ExperimentManager script class  1.1.0.1
The Experiment Manager script class reference.
Public Slots | Public Member Functions | Properties | List of all members
cObjectStructure Class Reference

The cObjectStructure class. More...

Inherits QObject.

Public Slots

void setObjectID (const int &nValue)
 setObjectID slot. More...
 

Public Member Functions

QString getObjectClass () const
 getObjectClass slot. More...
 
int getObjectID () const
 getObjectID slot. More...
 
QString getObjectName () const
 getObjectName slot. More...
 
void setObjectClass (const QString &sValue)
 setObjectClass slot. More...
 
void setObjectName (const QString &sValue)
 setObjectName slot. More...
 

Properties

QString ObjectClass
 ObjectClass property. More...
 
int ObjectID
 ObjectID property. More...
 
QString ObjectName
 ObjectName property. More...
 

Detailed Description

The cObjectStructure class.

The cObjectStructure class is a container to store a Object structure from a experiment structure, see cExperimentStructure.

Member Function Documentation

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
sValuea 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
nValuea 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
sValuea string value containing the new Object name.

Property Documentation

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.