The cMethodParameterStructure class.
More...
Inherits QObject.
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.
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
-
nValue | a 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
-
sValue | a 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
-
sValue | a 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
-
sValue | a string value holding the new Method Parameter Value. |
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.