#include <LightApp_DataSubOwner.h>

Public Member Functions | |
| LightApp_DataSubOwner (const QString &, const int) | |
| virtual | ~LightApp_DataSubOwner () |
| virtual QString | keyString () const |
| int | index () const |
Public Member Functions inherited from LightApp_DataOwner | |
| LightApp_DataOwner (const Handle(SALOME_InteractiveObject)&theIO) | |
| LightApp_DataOwner (const QString &) | |
| virtual | ~LightApp_DataOwner () |
| const | Handle (SALOME_InteractiveObject)&IO() const |
| QString | entry () const |
Public Member Functions inherited from SUIT_DataOwner | |
| SUIT_DataOwner () | |
| constructor More... | |
| virtual | ~SUIT_DataOwner () |
| destructor More... | |
Public Member Functions inherited from RefCount | |
| RefCount () | |
| constructor More... | |
| RefCount (const RefCount &) | |
| copy constructor More... | |
| virtual | ~RefCount () |
| destructor More... | |
| RefCount & | operator= (const RefCount &) |
| operator= (does not change counter) More... | |
| void | upcount () |
| increments reference counter More... | |
| void | downcount () |
| decrements reference counter More... | |
| int | refcount () const |
| get reference counter value More... | |
Private Attributes | |
| int | myIndex |
Class provide sub owner.
Constructor.Initialize by entry and index
|
virtual |
Destructor. Do nothing.
| int LightApp_DataSubOwner::index | ( | ) | const |
Gets index.
References myIndex.
|
virtual |
Gets key string, used for data owners comparison.
Reimplemented from LightApp_DataOwner.
References index(), and LightApp_DataOwner::keyString().
|
private |