Represents unique data object key for the LightApp_DataObject class instances.

Public Member Functions | |
| Key (const QString &) | |
| Constructor. | |
| virtual | ~Key () |
| Destructor. | |
| virtual bool | isLess (const SUIT_DataObjectKey *) const |
| Compares this key with the another one. | |
| virtual bool | isEqual (const SUIT_DataObjectKey *) const |
| Compares this key with the another one. | |
Private Attributes | |
| QString | myEntry |
| LightApp_DataObject.Key::Key | ( | const QString & | entry | ) |
| entry | data object entry |
| LightApp_DataObject.Key::~Key | ( | ) | [virtual] |
| bool LightApp_DataObject.Key::isLess | ( | const SUIT_DataObjectKey * | other | ) | const [virtual] |
| other | another data object key |
true if this key is less than other. Implements SUIT_DataObjectKey.
References LightApp_DataObject.Key.myEntry.
| bool LightApp_DataObject.Key::isEqual | ( | const SUIT_DataObjectKey * | other | ) | const [virtual] |
| other | another data object key |
true if this key is equal to the other. Implements SUIT_DataObjectKey.
References LightApp_DataObject.Key.myEntry.
QString LightApp_DataObject.Key.myEntry [private] |