![]() |
VR-Forces 4.0.4 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 |
| DtRemoteControlCommand::DtRemoteControlCommand | ( | const QString & | command, |
| const QString & | help | ||
| ) | [protected] |
| DtRemoteControlCommand::DtRemoteControlCommand | ( | const DtRemoteControlCommand & | ) | [protected] |
| virtual bool DtRemoteControlCommand::execute | ( | makVrv::DtDe & | , |
| const QString & | command | ||
| ) | [pure virtual] |
| virtual DtRemoteControlCommand* DtRemoteControlCommand::clone | ( | ) | const [pure virtual] |
| QString DtRemoteControlCommand::help | ( | ) | const [inline] |
References myHelp.
| QString DtRemoteControlCommand::command | ( | ) | const [inline] |
References myCommand.
| virtual QStringList DtRemoteControlCommand::tokenize | ( | const QString & | , |
| char | delim = ' ' |
||
| ) | const [protected, virtual] |
| bool DtRemoteControlCommand::parsePoint | ( | const QString & | , |
| DtVector & | |||
| ) | const [protected] |
| boost::signal<void (const QString&, DtRemoteControlCommand*)> DtRemoteControlCommand::signal_commandComplete |
QString DtRemoteControlCommand::myCommand [protected] |
Referenced by command().
QString DtRemoteControlCommand::myHelp [protected] |
Referenced by help().