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

The cMethodParameterStructure class. More...

Inherits QObject.

Public Slots

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

Public Member Functions

int getMethodParameterID () const
 getMethodParameterID slot. More...
 
QString getMethodParameterName () const
 getMethodParameterName slot. More...
 
QString getMethodParameterType () const
 getMethodParameterType slot. More...
 
QString getMethodParameterValue () const
 getMethodParameterValue slot. More...
 
void setMethodParameterName (const QString &sValue)
 setMethodParameterName slot. More...
 
void setMethodParameterType (const QString &sValue)
 setMethodParameterType slot. More...
 
void setMethodParameterValue (const QString &sValue)
 setMethodParameterValue slot. More...
 

Properties

int MethodParameterID
 MethodParameterID property. More...
 
QString MethodParameterName
 MethodParameterName property. More...
 
QString MethodParameterType
 MethodParameterType property. More...
 
QString MethodParameterValue
 MethodParameterValue property. More...
 

Detailed Description

The cMethodParameterStructure class.

The cMethodParameterStructure class is a container to store a Method Parameter structure that can be used by a Method structure definition, see cMethodStructure.

Member Function Documentation

int cMethodParameterStructure::getMethodParameterID ( ) const
inline

getMethodParameterID slot.

This function returns the Method Parameter ID.

Returns
a integer value containing the requested Method Parameter ID.
QString cMethodParameterStructure::getMethodParameterName ( ) const
inline

getMethodParameterName slot.

This function returns the Method Parameter Name.

Returns
a string value containing the requested Method Parameter Name.
QString cMethodParameterStructure::getMethodParameterType ( ) const
inline

getMethodParameterType slot.

This function returns the Method Parameter Type.

Returns
a string value containing the requested Method Parameter Type.
QString cMethodParameterStructure::getMethodParameterValue ( ) const
inline

getMethodParameterValue slot.

This function returns the Method Parameter Value.

Returns
a string value containing the requested Method Parameter Value.
void cMethodParameterStructure::setMethodParameterID ( const int &  nValue)
inlineslot

setMethodParameterID slot.

This function sets the Method Parameter ID to the new provided value.

Parameters
nValuea integer value (>0) holding the new Method Parameter ID.
void cMethodParameterStructure::setMethodParameterName ( const QString &  sValue)
inline

setMethodParameterName slot.

This function sets the Method Parameter Name to the new provided value.

Parameters
sValuea string value holding the new Method Parameter Name.
void cMethodParameterStructure::setMethodParameterType ( const QString &  sValue)
inline

setMethodParameterType slot.

This function sets the MethodParameter Type to the new provided value.

Parameters
sValuea string value holding the new Method Parameter Type.
void cMethodParameterStructure::setMethodParameterValue ( const QString &  sValue)
inline

setMethodParameterValue slot.

This function sets the Method Parameter Value to the new provided value.

Parameters
sValuea string value holding the new Method Parameter Value.

Property Documentation

int cMethodParameterStructure::MethodParameterID
readwrite

MethodParameterID property.

Use this property to set or retrieve the Method Parameter ID.

QString cMethodParameterStructure::MethodParameterName
readwrite

MethodParameterName property.

Use this property to set or retrieve the Method Parameter Name.

QString cMethodParameterStructure::MethodParameterType
readwrite

MethodParameterType property.

Use this property to set or retrieve the Method Parameter Type.

QString cMethodParameterStructure::MethodParameterValue
readwrite

MethodParameterValue property.

Use this property to set or retrieve the Method Parameter Value.