The cObjectStructure class.
More...
Inherits QObject.
The cObjectStructure class.
The cObjectStructure class is a container to store a Object structure from a experiment structure, see cExperimentStructure.
QString cObjectStructure::getObjectClass |
( |
| ) |
const |
|
inline |
getObjectClass slot.
This function returns the Object Class name.
- Returns
- a string containing the Object Class name.
int cObjectStructure::getObjectID |
( |
| ) |
const |
|
inline |
getObjectID slot.
This function returns the Object ID.
- Returns
- a integer containing the Object ID.
QString cObjectStructure::getObjectName |
( |
| ) |
const |
|
inline |
getObjectName slot.
This function returns the Object name.
- Returns
- a string containing the Object name.
void cObjectStructure::setObjectClass |
( |
const QString & |
sValue | ) |
|
|
inline |
setObjectClass slot.
This function sets the Object Class name to the new provided value.
- Parameters
-
sValue | a string value containing the new Object Class name. |
void cObjectStructure::setObjectID |
( |
const int & |
nValue | ) |
|
|
inlineslot |
setObjectID slot.
This function sets the Object ID to the new provided value.
- Parameters
-
nValue | a integer value (>0) containing the new Object ID. |
void cObjectStructure::setObjectName |
( |
const QString & |
sValue | ) |
|
|
inline |
setObjectName slot.
This function sets the Object name to the new provided value.
- Parameters
-
sValue | a string value containing the new Object name. |
QString cObjectStructure::ObjectClass |
|
readwrite |
ObjectClass property.
Use this property to set or retrieve the ObjectClass.
int cObjectStructure::ObjectID |
|
readwrite |
ObjectID property.
Use this property to set or retrieve the ObjectID.
QString cObjectStructure::ObjectName |
|
readwrite |
ObjectName property.
Use this property to set or retrieve the ObjectName.