ExperimentManager script class  1.1.0.1
The Experiment Manager script class reference.
Public Member Functions | Public Attributes | List of all members
ExperimentManagerNameSpace::strcParsedParameterDefinition Struct Reference

The strcParsedParameterDefinition structure. More...

Public Member Functions

 strcParsedParameterDefinition ()
 The default constructor of the structure.
 

Public Attributes

bool bHasChanged
 A Boolean value determining whether the parameter has been changed since it's initialization.
 
bool bIsCustom
 A Boolean value determining whether the parameter is defined by the is custom (defined by the user)
 
bool bIsInitialized
 A Boolean value determining whether the parameter already has been initialized.
 
QString sLastUsedScriptRef
 A String that stores the script-reference that was last used for resolving the value of the parameter, this value is buffered until changed, if no script-reference was used then this value is an empty string.
 
QString sValue
 A String that stores the value of the parameter.
 

Detailed Description

The strcParsedParameterDefinition structure.

A structure for the Experiment Manager parameter definitions.