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

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