![]() |
VR-Forces 4.1 Class Documentation
|
DtConsoleMessageCommandExecutor. More...

Public Member Functions | |
| DtConsoleMessageCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtConsoleMessageCommandExecutor () |
| virtual bool | execute (const DtSimCommand *command) |
| Prints message to the sim engine console. | |
| virtual bool | execute (const DtSimCommand *command, const DtString &objectName) |
| Prints message to the objectConsole for the named object. | |
Public Member Functions inherited from DtSimCommandExecutor | |
| DtSimCommandExecutor (DtSimManager *simManager) | |
| virtual | ~DtSimCommandExecutor () |
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 | |
| DtConsoleMessageCommandExecutor () | |
| Not implemented. | |
| DtConsoleMessageCommandExecutor (const DtConsoleMessageCommandExecutor &orig) | |
| Not implemented. | |
| DtConsoleMessageCommandExecutor & | operator= (const DtConsoleMessageCommandExecutor &orig) |
| Not implemented. | |
Additional Inherited Members | |
Protected Attributes inherited from DtSimCommandExecutor | |
| DtSimManager * | mySimManager |
Static Protected Attributes inherited from DtSimCommandExecutor | |
| static DtSimCommandExecutorFactory * | myFactory |
DtConsoleMessageCommandExecutor.
Executor for the DtConsoleMessageCommand DtSimCommand. Prints the text specified in the command to the console. If executed from a global plan, it is printed to the sim engine console. If executed from an entity plan, it is printed to the object console for that object.
| DtConsoleMessageCommandExecutor::DtConsoleMessageCommandExecutor | ( | DtSimManager * | simManager | ) |
|
virtual |
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Prints message to the sim engine console.
Implements DtSimCommandExecutor.
|
virtual |
Prints message to the objectConsole for the named object.
Reimplemented from DtSimCommandExecutor.
|
static |
|
private |
Not implemented.