![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| virtual bool | execute (makVrv::DtDe &, const QString &command)=0 |
| virtual DtRemoteControlCommand * | clone () const =0 |
| QString | help () const |
| QString | command () const |
Public Attributes | |
| boost::signal< void(const QString &, DtRemoteControlCommand *)> | signal_commandComplete |
Protected Member Functions | |
| virtual QStringList | tokenize (const QString &, char delim= ' ') const |
| bool | parsePoint (const QString &, DtVector &) const |
| DtRemoteControlCommand (const QString &command, const QString &help) | |
| DtRemoteControlCommand (const DtRemoteControlCommand &) | |
Protected Attributes | |
| QString | myCommand |
| QString | myHelp |
|
protected |
|
protected |
|
pure virtual |
Implemented in DtRemoteControlSaveScenarioCommand, DtRemoteControlPlayScenarioCommand, DtRemoteControlPauseScenarioCommand, DtRemoteControlRewindScenarioCommand, DtRemoteControlNewScenarioCommand, DtRemoteControlLoadScenarioCommand, DtRemoteControlCloseScenarioCommand, and DtRemoteControlCreateCommand.
|
pure virtual |
Implemented in DtRemoteControlSaveScenarioCommand, DtRemoteControlPlayScenarioCommand, DtRemoteControlPauseScenarioCommand, DtRemoteControlRewindScenarioCommand, DtRemoteControlNewScenarioCommand, DtRemoteControlLoadScenarioCommand, DtRemoteControlCloseScenarioCommand, and DtRemoteControlCreateCommand.
|
inline |
References myHelp.
|
inline |
References myCommand.
|
protectedvirtual |
| boost::signal<void (const QString&, DtRemoteControlCommand*)> DtRemoteControlCommand::signal_commandComplete |
|
protected |
Referenced by command().
|
protected |
Referenced by help().