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

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