ParCompMark::Application::DynamicScriptParameter Struct Reference
#include <PCMApplication.h>
Detailed Description
Structure for dynamic script parameters.
Definition at line 231 of file PCMApplication.h.
Public Attributes | |
std::string | name |
Name of the parameter. | |
DynamicScriptParameterType | type |
Parameter type. | |
std::string | description |
Description of the parameter. | |
std::set< std::string > | possibleValues |
Textual representation of the possible values (can be any value if the set is empty). | |
std::string | defaultValue |
Textual representation of the default value of the parameter. |
Member Data Documentation
Textual representation of the default value of the parameter.
Definition at line 242 of file PCMApplication.h.
Referenced by ParCompMark::Application::retrieveDynamicScriptParameters().
Description of the parameter.
Definition at line 239 of file PCMApplication.h.
Referenced by ParCompMark::Application::retrieveDynamicScriptParameters().
Name of the parameter.
Definition at line 235 of file PCMApplication.h.
Referenced by ParCompMark::Application::retrieveDynamicScriptParameters().
std::set< std::string > ParCompMark::Application::DynamicScriptParameter::possibleValues |
Textual representation of the possible values (can be any value if the set is empty).
Definition at line 241 of file PCMApplication.h.
Parameter type.
Definition at line 237 of file PCMApplication.h.
Referenced by ParCompMark::Application::retrieveDynamicScriptParameters().
The documentation for this struct was generated from the following file: