|
Aimsun Next Scripting
22
|
Public Types | |
| enum | GKControlMeteringType { eUnspecified = 0 , eUncontrolled = 1 , eFixedControl = 2 , eExternal = 3 } |
Public Member Functions | |
| if (base) | |
| Py_END_ALLOW_THREADS End | GKControlMetering () |
| void | setMetering (GKMetering *) |
| GKMetering * | getMetering () const |
| qint32 | getMeteringId () const |
| void | setControlMeteringType (const GKControlMeteringType) |
| const GKControlMeteringType | getControlMeteringType () const |
Public Attributes | |
| ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS GKControlMetering * | base = (GKControlMetering*)sipCpp |
| sipType = 0 | |
Base class for all the control metering types.
Control type applied to this metering. Itr can be:
| Enumerator | |
|---|---|
| eUnspecified | |
| eUncontrolled | |
| eFixedControl | |
| eExternal | |
| Py_END_ALLOW_THREADS End GKControlMetering::GKControlMetering | ( | ) |
| const GKControlMeteringType GKControlMetering::getControlMeteringType | ( | ) | const |
Gets the control type.
| GKMetering * GKControlMetering::getMetering | ( | ) | const |
Gets the metering to be used.
| qint32 GKControlMetering::getMeteringId | ( | ) | const |
Gets the metering id used in this metering control.
|
inline |
References base, GKSystem::getSystem(), and sipType.
| void GKControlMetering::setControlMeteringType | ( | const | GKControlMeteringType | ) |
Sets the control type.
| void GKControlMetering::setMetering | ( | GKMetering * | ) |
Assign the metering to be used.
| ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS GKControlMetering* GKControlMetering::base = (GKControlMetering*)sipCpp |
Referenced by if().
| GKControlMetering::sipType = 0 |
Referenced by if().
1.9.4