![]() |
VR-Forces 5.0.1 Developer's Guide
|

Public Member Functions | |
| DtRemoteControlCreateCommand () | |
| virtual | ~DtRemoteControlCreateCommand () |
| virtual bool | execute (makVrv::DtDe &, const QString &command) |
| virtual DtRemoteControlCommand * | clone () const |
| DtEntityType | entityToCreate (const QString &c, makVrv::DtDe &de) const |
| DtSimulationAddress | simulationAddress (makVrv::DtDe &) const |
Public Member Functions inherited from DtRemoteControlCommand | |
| QString | help () const |
| QString | command () const |
Protected Member Functions | |
| void | objectCreated (DtString, const DtUUID &, const DtEntityIdentifier &, const DtObjectType &) |
Protected Member Functions inherited from DtRemoteControlCommand | |
| virtual QStringList | tokenize (const QString &, char delim= ' ') const |
| bool | parsePoint (const QString &, DtVector &) const |
| DtRemoteControlCommand (const QString &command, const QString &help) | |
| DtRemoteControlCommand (const DtRemoteControlCommand &) | |
Additional Inherited Members | |
Public Attributes inherited from DtRemoteControlCommand | |
| boost::signals2::signal< void(const QString &, DtRemoteControlCommand *)> | signal_commandComplete |
Protected Attributes inherited from DtRemoteControlCommand | |
| QString | myCommand |
| QString | myHelp |
| DtRemoteControlCreateCommand::DtRemoteControlCreateCommand | ( | ) |
|
virtual |
|
virtual |
Implements DtRemoteControlCommand.
|
virtual |
Implements DtRemoteControlCommand.
| DtEntityType DtRemoteControlCreateCommand::entityToCreate | ( | const QString & | c, |
| makVrv::DtDe & | de | ||
| ) | const |
| DtSimulationAddress DtRemoteControlCreateCommand::simulationAddress | ( | makVrv::DtDe & | ) | const |
|
protected |