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

Public Member Functions | |
| DtSimCommandObjectWrapper (const DtSimCommand &) | |
| DtSimCommandObjectWrapper (const DtSimCommandObjectWrapper &) | |
| virtual | ~DtSimCommandObjectWrapper () |
| virtual void | setObjectName (const DtString &)=0 |
| virtual DtString | objectName () const =0 |
| virtual DtSimCommandObjectWrapper * | clone () const =0 |
| DtSimCommand * | simCommand () |
| const DtSimCommand * | simCommand () const |
Protected Attributes | |
| DtSimCommand * | mySimCommand |
| virtual makVrf::DtSimCommandObjectWrapper::~DtSimCommandObjectWrapper | ( | ) | [virtual] |
| virtual void makVrf::DtSimCommandObjectWrapper::setObjectName | ( | const DtString & | ) | [pure virtual] |
Implemented in vrfAddSimCommandExample::DtMySimCommandObjectWrapper, makVrf::DtConsoleMessageObjectWrapper, makVrf::DtChangeHostilityObjectWrapper, makVrf::DtIssuePlanObjectWrapper, makVrf::DtSetGlobalWeatherObjectWrapper, makVrf::DtSetTimeOfDayObjectWrapper, makVrf::DtAbandonPlanObjectWrapper, makVrf::DtDeleteObjectWrapper, and makVrf::DtRestartPlanObjectWrapper.
| virtual DtString makVrf::DtSimCommandObjectWrapper::objectName | ( | ) | const [pure virtual] |
Implemented in vrfAddSimCommandExample::DtMySimCommandObjectWrapper, makVrf::DtConsoleMessageObjectWrapper, makVrf::DtChangeHostilityObjectWrapper, makVrf::DtIssuePlanObjectWrapper, makVrf::DtSetGlobalWeatherObjectWrapper, makVrf::DtSetTimeOfDayObjectWrapper, makVrf::DtAbandonPlanObjectWrapper, makVrf::DtDeleteObjectWrapper, and makVrf::DtRestartPlanObjectWrapper.
| virtual DtSimCommandObjectWrapper* makVrf::DtSimCommandObjectWrapper::clone | ( | ) | const [pure virtual] |
Implemented in vrfAddSimCommandExample::DtMySimCommandObjectWrapper, makVrf::DtConsoleMessageObjectWrapper, makVrf::DtChangeHostilityObjectWrapper, makVrf::DtIssuePlanObjectWrapper, makVrf::DtSetGlobalWeatherObjectWrapper, makVrf::DtSetTimeOfDayObjectWrapper, makVrf::DtAbandonPlanObjectWrapper, makVrf::DtDeleteObjectWrapper, and makVrf::DtRestartPlanObjectWrapper.
| DtSimCommand* makVrf::DtSimCommandObjectWrapper::simCommand | ( | ) | [inline] |
| const DtSimCommand* makVrf::DtSimCommandObjectWrapper::simCommand | ( | ) | const [inline] |