VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfStealthCommandsResponse Class Reference

Interface content for containing the responses to a request for the current stealth commands available. More...

Inheritance diagram for DtIfStealthCommandsResponse:
Inheritance graph
[legend]

Public Member Functions

 DtIfStealthCommandsResponse ()
 default constructor
 DtIfStealthCommandsResponse (const DtIfStealthCommandsResponse &orig)
 copy constructor
const DtIfStealthCommandsResponseoperator= (const DtIfStealthCommandsResponse &orig)
 assignment operator
virtual ~DtIfStealthCommandsResponse ()
virtual int type () const
virtual DtSimInterfaceContentclone () 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 DtStealthCommandsstealthCommands () const

Static Public Member Functions

static DtSimInterfaceContentcreator ()

Protected Attributes

DtU32 myResponseId
DtStealthCommands myStealthCommands

Detailed Description

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)

Constructor & Destructor Documentation

DtIfStealthCommandsResponse::DtIfStealthCommandsResponse ( )

default constructor

DtIfStealthCommandsResponse::DtIfStealthCommandsResponse ( const DtIfStealthCommandsResponse orig)

copy constructor

virtual DtIfStealthCommandsResponse::~DtIfStealthCommandsResponse ( )
virtual

Member Function Documentation

const DtIfStealthCommandsResponse& DtIfStealthCommandsResponse::operator= ( const DtIfStealthCommandsResponse orig)

assignment operator

virtual int DtIfStealthCommandsResponse::type ( ) const
virtual
virtual DtSimInterfaceContent* DtIfStealthCommandsResponse::clone ( ) const
virtual
virtual int DtIfStealthCommandsResponse::netRepSize ( ) const
virtual
virtual bool DtIfStealthCommandsResponse::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual
virtual bool DtIfStealthCommandsResponse::setToNet ( )
virtual
virtual void DtIfStealthCommandsResponse::printDataToString ( DtString str)
virtual
static DtSimInterfaceContent* DtIfStealthCommandsResponse::creator ( )
static
virtual void DtIfStealthCommandsResponse::setResponseId ( unsigned  long)
virtual

This will be set to the request id of the initial request.

unsigned long DtIfStealthCommandsResponse::responseId ( ) const
inline
virtual void DtIfStealthCommandsResponse::addStealthCommand ( const DtStealthCommand )
virtual
virtual void DtIfStealthCommandsResponse::clearStealthCommands ( )
virtual
virtual void DtIfStealthCommandsResponse::setStealthCommands ( const DtStealthCommands )
virtual
const DtStealthCommands& DtIfStealthCommandsResponse::stealthCommands ( ) const
inline

Member Data Documentation

DtU32 DtIfStealthCommandsResponse::myResponseId
protected
DtStealthCommands DtIfStealthCommandsResponse::myStealthCommands
protected

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

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)