![]() |
Diana Software
|
Public Types | |
| enum | ParType { PT_Int = 'I' , PT_Float = 'F' , PT_String = 'S' , PT_Bool = 'B' , PT_Unassigned = 'U' } |
Public Member Functions | |
| ClassDef (QGDParameter, 1) | |
Public Attributes | |
| std::string | fName |
| std::string | fValue |
| ParType | fType |
Definition at line 10 of file QGDInclude.hh.
| Enumerator | |
|---|---|
| PT_Int | |
| PT_Float | |
| PT_String | |
| PT_Bool | |
| PT_Unassigned | |
Definition at line 12 of file QGDInclude.hh.
| QGDParameter::ClassDef | ( | QGDParameter | , |
| 1 | |||
| ) |
| std::string QGDParameter::fName |
Definition at line 19 of file QGDInclude.hh.
Referenced by QGDMainFrame::GetCommand(), MGuiDriver::ListModuleParameters(), and QGDUtils::ParameterToQVdt().
| ParType QGDParameter::fType |
Definition at line 21 of file QGDInclude.hh.
Referenced by QGDMainFrame::GetCommand(), QGDCommand::QGDCommand(), and QGDUtils::QVdtToParameter().
| std::string QGDParameter::fValue |
Definition at line 20 of file QGDInclude.hh.
Referenced by QGDMainFrame::GetCommand(), QGDUtils::ParameterToQVdt(), QGDCommand::QGDCommand(), and QGDUtils::QVdtToParameter().