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

The cMethodConnectionStructure class. More...

Inherits QObject.

Public Slots

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

Public Member Functions

int getMethodConnectionID () const
 getMethodConnectionID slot. More...
 
int getSourceMethodType () const
 getSourceMethodType slot. More...
 
int getSourceObjectID () const
 getSourceObjectID slot. More...
 
QString getSourceSignature () const
 getSourceSignature slot. More...
 
int getTargetMethodType () const
 getTargetMethodType slot. More...
 
int getTargetObjectID () const
 getTargetObjectID slot. More...
 
QString getTargetSignature () const
 getTargetSignature slot. More...
 
void setSourceMethodType (const int &nValue)
 setSourceMethodType slot. More...
 
void setSourceObjectID (const int &nValue)
 setSourceObjectID slot. More...
 
void setSourceSignature (const QString &sValue)
 setSourceSignature slot. More...
 
void setTargetMethodType (const int &nValue)
 setTargetMethodType slot. More...
 
void setTargetObjectID (const int &nValue)
 setTargetObjectID slot. More...
 
void setTargetSignature (const QString &sValue)
 setTargetSignature slot. More...
 

Properties

int MethodConnectionID
 MethodConnectionID property. More...
 
int SourceMethodType
 SourceMethodType property. More...
 
int SourceObjectID
 SourceObjectID property. More...
 
QString SourceSignature
 SourceSignature property. More...
 
int TargetMethodType
 TargetMethodType property. More...
 
int TargetObjectID
 TargetObjectID property. More...
 
QString TargetSignature
 TargetSignature property. More...
 

Detailed Description

The cMethodConnectionStructure class.

The cMethodConnectionStructure class is a container to store a Method Connection structure from a Object structure, see cObjectStructure.

Member Function Documentation

int cMethodConnectionStructure::getMethodConnectionID ( ) const
inline

getMethodConnectionID slot.

This function returns the Method Connection ID.

Returns
a integer value containing the requested Method Connection ID.
int cMethodConnectionStructure::getSourceMethodType ( ) const
inline

getSourceMethodType slot.

This function returns the Source Object Method Type, see ExperimentStructuresNameSpace::MethodType.

Returns
a integer value (see ExperimentStructuresNameSpace::MethodType) containing the requested Source Object Method Type.
int cMethodConnectionStructure::getSourceObjectID ( ) const
inline

getSourceObjectID slot.

This function returns the Source Object ID.

Returns
a integer value containing the requested Source Object ID.
QString cMethodConnectionStructure::getSourceSignature ( ) const
inline

getSourceSignature slot.

This function returns the Source Object Method Signature.

Returns
a string value containing the requested Source Object Method Signature.
int cMethodConnectionStructure::getTargetMethodType ( ) const
inline

getTargetMethodType slot.

This function returns the Target Object Method Type, see ExperimentStructuresNameSpace::MethodType.

Returns
a integer value (see ExperimentStructuresNameSpace::MethodType) containing the requested Target Object Method Type.
int cMethodConnectionStructure::getTargetObjectID ( ) const
inline

getTargetObjectID slot.

This function returns the Target Object ID.

Returns
a integer value containing the requested Target Object ID.
QString cMethodConnectionStructure::getTargetSignature ( ) const
inline

getTargetSignature slot.

This function returns the Target Object Method Signature.

Returns
a string value containing the requested Target Object Method Signature.
void cMethodConnectionStructure::setMethodConnectionID ( const int &  nValue)
inlineslot

setMethodConnectionID slot.

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

Parameters
nValuea integer value (>0) holding the new Method Connection ID.
void cMethodConnectionStructure::setSourceMethodType ( const int &  nValue)
inline

setSourceMethodType slot.

This function sets the Source Object Method Type to the new provided value, see ExperimentStructuresNameSpace::MethodType.

Parameters
nValuea integer value (see ExperimentStructuresNameSpace::MethodType) holding the new Source Object Method Type.
void cMethodConnectionStructure::setSourceObjectID ( const int &  nValue)
inline

setSourceObjectID slot.

This function sets the Source Object ID to the new provided value.

Parameters
nValuea integer value (>0) holding the new Source Object ID.
void cMethodConnectionStructure::setSourceSignature ( const QString &  sValue)
inline

setSourceSignature slot.

This function sets the Source Object Method Signature to the new provided value.

Parameters
sValuea string value holding the new Source Object Method Signature.
void cMethodConnectionStructure::setTargetMethodType ( const int &  nValue)
inline

setTargetMethodType slot.

This function sets the Target Object Method Type to the new provided value, see ExperimentStructuresNameSpace::MethodType.

Parameters
nValuea integer value (see ExperimentStructuresNameSpace::MethodType) holding the new Target Object Method Type.
void cMethodConnectionStructure::setTargetObjectID ( const int &  nValue)
inline

setTargetObjectID slot.

This function sets the Target Object ID to the new provided value.

Parameters
nValuea integer value (>0) holding the new Target Object ID.
void cMethodConnectionStructure::setTargetSignature ( const QString &  sValue)
inline

setTargetSignature slot.

This function sets the Target Object Method Signature to the new provided value.

Parameters
sValuea string value holding the new Target Object Method Signature.

Property Documentation

int cMethodConnectionStructure::MethodConnectionID
readwrite

MethodConnectionID property.

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

int cMethodConnectionStructure::SourceMethodType
readwrite

SourceMethodType property.

Use this property to set or retrieve the Source Object Method Type.

int cMethodConnectionStructure::SourceObjectID
readwrite

SourceObjectID property.

Use this property to set or retrieve the Source Object ID.

QString cMethodConnectionStructure::SourceSignature
readwrite

SourceSignature property.

Use this property to set or retrieve the Source Object Signature.

int cMethodConnectionStructure::TargetMethodType
readwrite

TargetMethodType property.

Use this property to set or retrieve the Target Object Method Type.

int cMethodConnectionStructure::TargetObjectID
readwrite

TargetObjectID property.

Use this property to set or retrieve the Target Object ID.

QString cMethodConnectionStructure::TargetSignature
readwrite

TargetSignature property.

Use this property to set or retrieve the Target Object Signature.