VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Private Member Functions
DtConsoleMessageCommandExecutor Class Reference

DtConsoleMessageCommandExecutor. More...

Inheritance diagram for DtConsoleMessageCommandExecutor:
Inheritance graph
[legend]

List of all members.

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.

Static Public Member Functions

static DtSimCommandExecutorcreate (DtSimManager *simManager)

Private Member Functions

 DtConsoleMessageCommandExecutor ()
 Not implemented.
 DtConsoleMessageCommandExecutor (const DtConsoleMessageCommandExecutor &orig)
 Not implemented.
DtConsoleMessageCommandExecutoroperator= (const DtConsoleMessageCommandExecutor &orig)
 Not implemented.

Detailed Description

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.


Constructor & Destructor Documentation

Not implemented.

Not implemented.


Member Function Documentation

virtual bool DtConsoleMessageCommandExecutor::execute ( const DtSimCommand command) [virtual]

Prints message to the sim engine console.

Implements DtSimCommandExecutor.

virtual bool DtConsoleMessageCommandExecutor::execute ( const DtSimCommand command,
const DtString objectName 
) [virtual]

Prints message to the objectConsole for the named object.

Reimplemented from DtSimCommandExecutor.

Returns:
A new instance of this class.
DtConsoleMessageCommandExecutor& DtConsoleMessageCommandExecutor::operator= ( const DtConsoleMessageCommandExecutor orig) [private]

Not implemented.


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)