|
Aimsun Next Scripting
22
|
Public Types | |
| typedef QString | Type |
| typedef QString | Id |
Public Member Functions | |
| GKContent () | |
| GKContent (Type t, QString id, QString name="") | |
| virtual | ~GKContent () |
| const Type & | type () const |
| const Id & | id () const |
| virtual QString | typeDescription () const |
| virtual QString | idDescription () const |
| bool | isNull () const |
| bool | operator< (const GKContent &other) const |
| bool | operator== (const GKContent &other) const |
| bool | operator!= (const GKContent &other) const |
| typedef QString GKContent::Id |
| typedef QString GKContent::Type |
| GKContent::GKContent | ( | ) |
| GKContent::GKContent | ( | Type | t, |
| QString | id, | ||
| QString | name = "" |
||
| ) |
|
virtual |
| const Id & GKContent::id | ( | ) | const |
Returns the id of the content.
|
virtual |
Returns a descriptive translated string of mId.
| bool GKContent::isNull | ( | ) | const |
Returns true if the id is defined.
| bool GKContent::operator!= | ( | const GKContent & | other | ) | const |
| bool GKContent::operator< | ( | const GKContent & | other | ) | const |
| bool GKContent::operator== | ( | const GKContent & | other | ) | const |
| const Type & GKContent::type | ( | ) | const |
Returns the type of content.
|
virtual |
Returns a descriptive translated string of mType.
1.9.4