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

Public Member Functions | |
| DtRestartPlanCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtRestartPlanCommandExecutor () |
| virtual bool | execute (const DtSimCommand *command) |
| Abandons the plan. | |
Static Public Member Functions | |
| static DtSimCommandExecutor * | create (DtSimManager *simManager) |
Private Member Functions | |
| DtRestartPlanCommandExecutor () | |
| Not implemented. | |
| DtRestartPlanCommandExecutor (const DtRestartPlanCommandExecutor &orig) | |
| Not implemented. | |
| DtRestartPlanCommandExecutor & | operator= (const DtRestartPlanCommandExecutor &orig) |
| Not implemented. | |
Executor for the DtREstartPlanCommand DtSimCommand. Abandons the plan of the object in question by sending the DtIfRestartPlan message to it.
| virtual DtRestartPlanCommandExecutor::~DtRestartPlanCommandExecutor | ( | ) | [virtual] |
Not implemented.
| DtRestartPlanCommandExecutor::DtRestartPlanCommandExecutor | ( | const DtRestartPlanCommandExecutor & | orig | ) | [private] |
Not implemented.
| virtual bool DtRestartPlanCommandExecutor::execute | ( | const DtSimCommand * | command | ) | [virtual] |
Abandons the plan.
| command | must be DtAbandonPlanCommand. |
Implements DtSimCommandExecutor.
| static DtSimCommandExecutor* DtRestartPlanCommandExecutor::create | ( | DtSimManager * | simManager | ) | [static] |
| DtRestartPlanCommandExecutor& DtRestartPlanCommandExecutor::operator= | ( | const DtRestartPlanCommandExecutor & | orig | ) | [private] |
Not implemented.