ParCompMark::Application::DynamicScriptParameter Struct Reference

#include <PCMApplication.h>

List of all members.


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().

Textual representation of the possible values (can be any value if the set is empty).

Definition at line 241 of file PCMApplication.h.


The documentation for this struct was generated from the following file: