![]() |
VR-Forces 4.3 Class Documentation
|
DtRestartPlanCommandExecutor. More...

Public Member Functions | |
| DtRestartPlanCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtRestartPlanCommandExecutor () |
| virtual bool | execute (const DtSimCommand *command) |
| Abandons the plan. | |
Public Member Functions inherited from DtSimCommandExecutor | |
| DtSimCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtSimCommandExecutor () |
| virtual bool | execute (const DtSimCommand *command, const DtString &objectName) |
| Performs the actual executor of the DtSimCommand in the context of a specific entity. | |
Static Public Member Functions | |
| static DtSimCommandExecutor * | create (DtSimManager *simManager) |
Static Public Member Functions inherited from DtSimCommandExecutor | |
| static void | setFactory (DtSimCommandExecutorFactory *factory) |
| Sets the static factory member. | |
| static DtSimCommandExecutor * | createSimCommandExecutor (const DtSimCommandMessageType &type, DtSimManager *simManager) |
| Uses the static factory member to create a new executor of the specified type. | |
Private Member Functions | |
| DtRestartPlanCommandExecutor () | |
| Not implemented. | |
| DtRestartPlanCommandExecutor (const DtRestartPlanCommandExecutor &orig) | |
| Not implemented. | |
| DtRestartPlanCommandExecutor & | operator= (const DtRestartPlanCommandExecutor &orig) |
| Not implemented. | |
Additional Inherited Members | |
Protected Attributes inherited from DtSimCommandExecutor | |
| DtSimManager * | mySimManager |
Static Protected Attributes inherited from DtSimCommandExecutor | |
| static DtSimCommandExecutorFactory * | myFactory |
Executor for the DtREstartPlanCommand DtSimCommand. Abandons the plan of the object in question by sending the DtIfRestartPlan message to it.
| DtRestartPlanCommandExecutor::DtRestartPlanCommandExecutor | ( | DtSimManager * | simManager | ) |
|
virtual |
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
|
static |
|
private |
Not implemented.