![]() |
Diana Software
|
Functions | |
| std::string | IdToString (QGDCommand::Id id) |
| QVdt | ParameterToQVdt (QGDParameter param) |
| QGDParameter | QVdtToParameter (const QVdt &vdt) |
| std::string QGDUtils::IdToString | ( | QGDCommand::Id | id | ) |
Definition at line 3 of file QGDUtils.cc.
References QGDCommand::CmdChangePar, QGDCommand::CmdJump, QGDCommand::CmdListMod, QGDCommand::CmdListPar, QGDCommand::CmdNext, QGDCommand::CmdNone, QGDCommand::CmdPrev, QGDCommand::CmdQuit, QGDCommand::CmdRerun, QGDCommand::CmdSendData, and QGDCommand::CmdUnknown.
Referenced by QGDMainFrame::GetCommand().
| QVdt QGDUtils::ParameterToQVdt | ( | QGDParameter | param | ) |
Definition at line 47 of file QGDUtils.cc.
References QGDParameter::fName, QGDParameter::fValue, and QVdt::SetName().
Referenced by MGuiDriver::HandleCommand().
| QGDParameter QGDUtils::QVdtToParameter | ( | const QVdt & | vdt | ) |
Definition at line 54 of file QGDUtils.cc.
References QGDParameter::fType, QGDParameter::fValue, QVdt::GetString(), and QVdt::GetType().
Referenced by MGuiDriver::ListModuleParameters().