![]() |
VR-Forces 4.0.4 Class Documentation
|
File: setArmed.h. More...

Public Member Functions | |
| DtSetArmedRequest () | |
| default constructor | |
| DtSetArmedRequest (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a request 'put' itself, the writeName will preface it. | |
| DtSetArmedRequest (const DtString &writeName, const DtSetArmedRequest &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtSetArmedRequest & | operator= (const DtSetArmedRequest &orig) |
| assignment operator | |
| virtual | ~DtSetArmedRequest () |
| virtual int | type () const |
| Returns DtSetArmedRequestType. | |
| virtual DtSetDataRequest * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| Creates a copy of the request. | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this setDataRequest. | |
| virtual bool | armed () const |
| virtual void | setArmed (bool armed) |
| virtual int | netRepSize () const |
| Returns the size of the full network representation padded to an 8-byte boundary. | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Fills in the task from the network buffer. | |
| virtual bool | setToNet () |
| Fills in the network buffer (created by base class) with the request contents. | |
Static Public Member Functions | |
| static DtSetDataRequest * | creator () |
Protected Attributes | |
| DtRwBoolean | myArmed |
File: setArmed.h.
Class: DtSetArmedRequest DtSetConcealedRequest is used to set the concealed appearance bit for an entity. It inherits read/writableness from DtSetDataRequest.
default constructor
| DtSetArmedRequest::DtSetArmedRequest | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a request 'put' itself, the writeName will preface it.
| DtSetArmedRequest::DtSetArmedRequest | ( | const DtString & | writeName, |
| const DtSetArmedRequest & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtSetArmedRequest::~DtSetArmedRequest | ( | ) | [virtual] |
| const DtSetArmedRequest& DtSetArmedRequest::operator= | ( | const DtSetArmedRequest & | orig | ) |
assignment operator
| virtual int DtSetArmedRequest::type | ( | ) | const [virtual] |
Returns DtSetArmedRequestType.
Implements DtSetDataRequest.
| virtual DtSetDataRequest* DtSetArmedRequest::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of the request.
Implements DtSetDataRequest.
| virtual DtString DtSetArmedRequest::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this setDataRequest.
Implements DtSetDataRequest.
| virtual bool DtSetArmedRequest::armed | ( | ) | const [virtual] |
| virtual void DtSetArmedRequest::setArmed | ( | bool | armed | ) | [virtual] |
| virtual int DtSetArmedRequest::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetArmedRequest::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetArmedRequest::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class) with the request contents.
Reimplemented from DtSetDataRequest.
| static DtSetDataRequest* DtSetArmedRequest::creator | ( | ) | [static] |
DtRwBoolean DtSetArmedRequest::myArmed [protected] |