#include <DataObject.hxx>
|
| static const std::string | pathsep = std::string("/") |
| |
|
| static int | _lastId =0 |
| |
| static const std::string | _BASENAME = std::string("object_") |
| |
◆ DataObject()
| DataObject::DataObject |
( |
| ) |
|
◆ ~DataObject()
| DataObject::~DataObject |
( |
| ) |
|
◆ getLabel()
| std::string DataObject::getLabel |
( |
| ) |
|
◆ getNameId()
| std::string DataObject::getNameId |
( |
| ) |
|
◆ getPath()
| virtual std::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.
◆ getPathName()
| std::string DataObject::getPathName |
( |
| ) |
|
◆ getProperty()
| std::string DataObject::getProperty |
( |
std::string |
key | ) |
|
◆ setLabel()
| void DataObject::setLabel |
( |
std::string |
label | ) |
|
◆ setProperty()
| void DataObject::setProperty |
( |
std::string |
key, |
|
|
std::string |
value |
|
) |
| |
◆ toString()
| std::string DataObject::toString |
( |
| ) |
|
◆ _BASENAME
| const std::string DataObject::_BASENAME = std::string("object_") |
|
staticprivate |
◆ _label
| std::string DataObject::_label |
|
private |
The name this object can be displayed with
◆ _lastId
| int DataObject::_lastId =0 |
|
staticprivate |
◆ _nameId
| std::string DataObject::_nameId |
|
private |
The identifier of this object. An identifier is invariant all the session long
◆ _properties
| std::map<std::string, std::string> DataObject::_properties |
|
private |
The dictionnary of properties that characterize this object
◆ pathsep
| const std::string DataObject::pathsep = std::string("/") |
|
static |
The documentation for this class was generated from the following files: