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

Public Member Functions | |
| DtCreateObjectCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtCreateObjectCommandExecutor () |
| virtual bool | execute (const DtSimCommand *command) |
| Creates the new object. | |
Static Public Member Functions | |
| static DtSimCommandExecutor * | create (DtSimManager *simManager) |
Private Member Functions | |
| DtCreateObjectCommandExecutor () | |
| Not implemented. | |
| DtCreateObjectCommandExecutor (const DtCreateObjectCommandExecutor &orig) | |
| Not implemented. | |
| DtCreateObjectCommandExecutor & | operator= (const DtCreateObjectCommandExecutor &orig) |
| Not implemented. | |
DtCreateObjectCommandExecutor.
Executor for the DtCreateObjectCommand DtSimCommand. Creates a new object on the local sim engine using the data from the creation sim command.
| virtual DtCreateObjectCommandExecutor::~DtCreateObjectCommandExecutor | ( | ) | [virtual] |
Not implemented.
| DtCreateObjectCommandExecutor::DtCreateObjectCommandExecutor | ( | const DtCreateObjectCommandExecutor & | orig | ) | [private] |
Not implemented.
| virtual bool DtCreateObjectCommandExecutor::execute | ( | const DtSimCommand * | command | ) | [virtual] |
Creates the new object.
| command | must be DtCreateObjectCommand. |
Implements DtSimCommandExecutor.
| static DtSimCommandExecutor* DtCreateObjectCommandExecutor::create | ( | DtSimManager * | simManager | ) | [static] |
| DtCreateObjectCommandExecutor& DtCreateObjectCommandExecutor::operator= | ( | const DtCreateObjectCommandExecutor & | orig | ) | [private] |
Not implemented.