![]() |
Diana Software
|
Public Types | |
| enum | Id { CmdNone = 0 , CmdNext , CmdPrev , CmdJump , CmdQuit , CmdRerun , CmdListMod , CmdListPar , CmdChangePar , CmdSendData , CmdUnknown } |
Public Member Functions | |
| QGDCommand () | |
| ClassDef (QGDCommand, 1) | |
Public Attributes | |
| Id | fCommandId |
| QGDParameter | fParameter1 |
| QGDParameter | fParameter2 |
Definition at line 25 of file QGDInclude.hh.
| enum QGDCommand::Id |
| Enumerator | |
|---|---|
| CmdNone | |
| CmdNext | |
| CmdPrev | |
| CmdJump | |
| CmdQuit | |
| CmdRerun | |
| CmdListMod | |
| CmdListPar | |
| CmdChangePar | |
| CmdSendData | |
| CmdUnknown | |
Definition at line 28 of file QGDInclude.hh.
| QGDCommand::QGDCommand | ( | ) |
Definition at line 9 of file QGDInclude.cc.
References CmdNone, fCommandId, fParameter1, fParameter2, QGDParameter::fType, and QGDParameter::fValue.
| QGDCommand::ClassDef | ( | QGDCommand | , |
| 1 | |||
| ) |
| Id QGDCommand::fCommandId |
Definition at line 44 of file QGDInclude.hh.
Referenced by QGDMainFrame::GetCommand(), MGuiDriver::GetCommand(), MGuiDriver::HandleCommand(), and QGDCommand().
| QGDParameter QGDCommand::fParameter1 |
Definition at line 45 of file QGDInclude.hh.
Referenced by QGDMainFrame::GetCommand(), MGuiDriver::HandleCommand(), and QGDCommand().
| QGDParameter QGDCommand::fParameter2 |
Definition at line 46 of file QGDInclude.hh.
Referenced by QGDMainFrame::GetCommand(), MGuiDriver::HandleCommand(), and QGDCommand().