Version: 6.3.1
Public Member Functions | Private Attributes

LightApp_DataObject.Key Class Reference

Represents unique data object key for the LightApp_DataObject class instances.

Inheritance diagram for LightApp_DataObject.Key:
Inheritance graph

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

Constructor & Destructor Documentation

LightApp_DataObject.Key::Key ( const QString &  entry)
Parameters:
entrydata object entry
LightApp_DataObject.Key::~Key ( ) [virtual]

Member Function Documentation

bool LightApp_DataObject.Key::isLess ( const SUIT_DataObjectKey other) const [virtual]
Parameters:
otheranother data object key
Returns:
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]
Parameters:
otheranother data object key
Returns:
true if this key is equal to the other.

Implements SUIT_DataObjectKey.

References LightApp_DataObject.Key.myEntry.


Field Documentation

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS