#include <DataObject.hxx>
| DataObject::DataObject |
( |
| ) |
|
| DataObject::~DataObject |
( |
| ) |
|
| string DataObject::getLabel |
( |
| ) |
|
| string DataObject::getNameId |
( |
| ) |
|
| virtual string DataObject::getPath |
( |
| ) |
|
|
pure virtual |
This function specifies the localization of the object in the hierarchical organization that can be defined by the DataModel it belongs to.
Implemented in MyDataObject.
| string DataObject::getPathName |
( |
| ) |
|
| string DataObject::getProperty |
( |
string |
key | ) |
|
| void DataObject::setLabel |
( |
string |
label | ) |
|
| void DataObject::setProperty |
( |
string |
key, |
|
|
string |
value |
|
) |
| |
| string DataObject::toString |
( |
| ) |
|
| const string DataObject::_BASENAME = string("object_") |
|
staticprivate |
| string DataObject::_label |
|
private |
The name this object can be displayed with
| int DataObject::_lastId =0 |
|
staticprivate |
| string DataObject::_nameId |
|
private |
The identifier of this object. An identifier is invariant all the session long
| map<string, string> DataObject::_properties |
|
private |
The dictionnary of properties that characterize this object
| const string DataObject::pathsep = string("/") |
|
static |
The documentation for this class was generated from the following files: