Aimsun Next Scripting
24.0
|
Public Member Functions | |
OCITApValue () | |
void | setId (int aId) |
int | getId () const |
void | setName (const QString &aName) |
QString | getName () const |
void | setLongName (const QString &aLongname) |
QString | getLongName () const |
void | setMinimumValue (int min) |
int | getMinimumValue () const |
void | setMaximumValue (int max) |
int | getMaximumValue () const |
void | setMinimumIndex (int min) |
int | getMinimumIndex () const |
void | setMaximumIndex (int max) |
int | getMaximumIndex () const |
void | addInstance (const QPair< int, int > &pair) |
void | setByteCount (int count) |
int | getByteCount () const |
void | setCategory (const QString &aCategory) |
QString | getCategory () const |
void | setGraphicalView (bool graphical) |
bool | getGraphicalView () const |
OCITApValue::OCITApValue | ( | ) |
void OCITApValue::addInstance | ( | const QPair< int, int > & | pair | ) |
int OCITApValue::getByteCount | ( | ) | const |
QString OCITApValue::getCategory | ( | ) | const |
bool OCITApValue::getGraphicalView | ( | ) | const |
int OCITApValue::getId | ( | ) | const |
QString OCITApValue::getLongName | ( | ) | const |
int OCITApValue::getMaximumIndex | ( | ) | const |
int OCITApValue::getMaximumValue | ( | ) | const |
int OCITApValue::getMinimumIndex | ( | ) | const |
int OCITApValue::getMinimumValue | ( | ) | const |
QString OCITApValue::getName | ( | ) | const |
void OCITApValue::setByteCount | ( | int | count | ) |
void OCITApValue::setCategory | ( | const QString & | aCategory | ) |
void OCITApValue::setGraphicalView | ( | bool | graphical | ) |
void OCITApValue::setId | ( | int | aId | ) |
void OCITApValue::setLongName | ( | const QString & | aLongname | ) |
void OCITApValue::setMaximumIndex | ( | int | max | ) |
void OCITApValue::setMaximumValue | ( | int | max | ) |
void OCITApValue::setMinimumIndex | ( | int | min | ) |
void OCITApValue::setMinimumValue | ( | int | min | ) |
void OCITApValue::setName | ( | const QString & | aName | ) |