#include <LightApp_DataSubOwner.h>

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