![]() |
VR-Forces 4.3.1 Class Documentation
|
Interface content for containing the responses to a request for the current stealth commands available. More...

Public Member Functions | |
| DtIfStealthCommandsResponse () | |
| default constructor | |
| DtIfStealthCommandsResponse (const DtIfStealthCommandsResponse &orig) | |
| copy constructor | |
| const DtIfStealthCommandsResponse & | operator= (const DtIfStealthCommandsResponse &orig) |
| assignment operator | |
| virtual | ~DtIfStealthCommandsResponse () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual void | setResponseId (unsigned long) |
| This will be set to the request id of the initial request. | |
| unsigned long | responseId () const |
| virtual void | addStealthCommand (const DtStealthCommand &) |
| virtual void | clearStealthCommands () |
| virtual void | setStealthCommands (const DtStealthCommands &) |
| const DtStealthCommands & | stealthCommands () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtU32 | myResponseId |
| DtStealthCommands | myStealthCommands |
Interface content for containing the responses to a request for the current stealth commands available.
The response includes the command and the gui elements (see vrfScriptedTasksConstants.h)
| DtIfStealthCommandsResponse::DtIfStealthCommandsResponse | ( | ) |
default constructor
| DtIfStealthCommandsResponse::DtIfStealthCommandsResponse | ( | const DtIfStealthCommandsResponse & | orig | ) |
copy constructor
|
virtual |
| const DtIfStealthCommandsResponse& DtIfStealthCommandsResponse::operator= | ( | const DtIfStealthCommandsResponse & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
virtual |
This will be set to the request id of the initial request.
|
inline |
|
virtual |
|
virtual |
|
virtual |
|
inline |
|
protected |
|
protected |