Represents unique data object key for the LightApp_DataObject class instances. More...

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