![]() |
VR-Forces 4.0.4 Class Documentation
|
DtSetConcealedRequest is used to set the concealed appearance bit for an entity. More...

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