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

Public Member Functions | |
| DtStealthMimicCommand () | |
| Default constructor. | |
| DtStealthMimicCommand (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=NULL) | |
| Usual constructor. | |
| DtStealthMimicCommand (const DtString &writeName, const DtStealthMimicCommand &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| virtual | ~DtStealthMimicCommand () |
| destructor | |
| DtStealthMimicCommand & | operator= (const DtStealthMimicCommand &orig) |
| assignment operator | |
| virtual DtSimCommand * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| virtual copy constructor | |
| virtual int | type () const |
| Returns DtStealthCompassMessageType (defined in msgTypes.h) | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this command. | |
Static Public Member Functions | |
| static DtSimCommand * | creator () |
| Creator function registered with DtDefaultInterfaceContentFactory. | |
Default constructor.
| DtStealthMimicCommand::DtStealthMimicCommand | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
Usual constructor.
| DtStealthMimicCommand::DtStealthMimicCommand | ( | const DtString & | writeName, |
| const DtStealthMimicCommand & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtStealthMimicCommand::~DtStealthMimicCommand | ( | ) | [virtual] |
destructor
| DtStealthMimicCommand& DtStealthMimicCommand::operator= | ( | const DtStealthMimicCommand & | orig | ) |
assignment operator
| virtual DtSimCommand* DtStealthMimicCommand::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
virtual copy constructor
Implements DtSimCommand.
| virtual int DtStealthMimicCommand::type | ( | ) | const [virtual] |
Returns DtStealthCompassMessageType (defined in msgTypes.h)
Implements DtSimCommand.
| static DtSimCommand* DtStealthMimicCommand::creator | ( | ) | [static] |
Creator function registered with DtDefaultInterfaceContentFactory.
| virtual DtString DtStealthMimicCommand::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this command.
Reimplemented from DtStealthCommand.