![]() |
MAK RTIspy API Documentation for HLA 1.3
|
A property class. More...
Collaboration diagram for DtProperty:Public Member Functions | |
| DtProperty (QString name, DtPropertyTypeAP type, QVariant value) | |
| DtProperty (const DtProperty &) | |
| Copy Constructor. | |
| DtProperty () | |
| ~DtProperty () | |
| DtProperty & | operator= (const DtProperty &) |
| virtual bool | operator< (const DtProperty &) const |
| DtProperty & | appendChild (const DtProperty &child) |
| void | removeChild (QString name) |
| DtProperty * | findChild (QString name) |
| Find a child by name. | |
| const DtProperty * | findChild (QString name) const |
| const DtPropertyType * | type () const |
| QString | name () const |
| QVariant | value () const |
| int | id () const |
| bool | readOnly () const |
| DtPropertyList * | children () |
| const DtPropertyList * | children () const |
| void | setId (int id) |
| void | setValue (QVariant value) |
| void | setReadOnly (bool readOnly) |
Protected Attributes | |
| QString | myName |
| QVariant | myValue |
| DtPropertyTypeAP | myType |
| int | myId |
| DtPropertyList * | myChildren |
| DtProperty * | myParent |
| bool | myReadOnly |
A property class.
| DtProperty::DtProperty | ( | QString | name, |
| DtPropertyTypeAP | type, | ||
| QVariant | value | ||
| ) |
| DtProperty::DtProperty | ( | const DtProperty & | ) |
Copy Constructor.
| DtProperty::DtProperty | ( | ) |
| DtProperty::~DtProperty | ( | ) |
| DtProperty& DtProperty::appendChild | ( | const DtProperty & | child | ) |
| DtPropertyList* DtProperty::children | ( | ) |
| const DtPropertyList* DtProperty::children | ( | ) | const |
| DtProperty* DtProperty::findChild | ( | QString | name | ) |
Find a child by name.
| const DtProperty* DtProperty::findChild | ( | QString | name | ) | const |
| int DtProperty::id | ( | ) | const |
| QString DtProperty::name | ( | ) | const |
|
virtual |
| DtProperty& DtProperty::operator= | ( | const DtProperty & | ) |
| bool DtProperty::readOnly | ( | ) | const |
| void DtProperty::removeChild | ( | QString | name | ) |
| void DtProperty::setId | ( | int | id | ) |
| void DtProperty::setReadOnly | ( | bool | readOnly | ) |
| void DtProperty::setValue | ( | QVariant | value | ) |
| const DtPropertyType* DtProperty::type | ( | ) | const |
| QVariant DtProperty::value | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |