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

Public Member Functions | |
| DtAdminMessage () | |
| default constructor | |
| DtAdminMessage (const DtAdminMessage &orig) | |
| virtual | ~DtAdminMessage () |
| destructor | |
| virtual DtAdminContent * | adminContent () const |
| Returns a pointer to the DtAdminContent object in the message. | |
| virtual void | setAdminContent (DtAdminContent *content) |
| Sets the content of the message. | |
| virtual int | contentCategoryType () const |
| virtual const DtAdminContentMessageType & | contentType () const |
| virtual DtSimMessage * | clone () const |
| Required override. Clones itself and the DtAdminContnet it points to. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *networkBuffer, unsigned contentSize) |
| Extracts the content type, creates the content (using the admin content factory), and then tells the content to fill itself in from the network buffer. | |
| virtual bool | setToNet () |
| Fill in our content type, tell the content to fill itself out, and then copy its buffer into ours. | |
| virtual void | printDataToString (DtString &str) |
| Print message. | |
Static Public Member Functions | |
| static DtVrfObjectMessage * | creator () |
Protected Member Functions | |
| const DtAdminMessage & | operator= (DtAdminMessage &orig) |
Protected Attributes | |
| DtAdminContent * | myAdminContent |
| bool | myOwnContent |
Additional Inherited Members |
| DtAdminMessage::DtAdminMessage | ( | ) |
default constructor
| DtAdminMessage::DtAdminMessage | ( | const DtAdminMessage & | orig | ) |
|
virtual |
destructor
|
protected |
|
virtual |
Returns a pointer to the DtAdminContent object in the message.
|
virtual |
Sets the content of the message.
|
virtual |
Implements DtVrfObjectMessage.
|
virtual |
|
virtual |
Required override. Clones itself and the DtAdminContnet it points to.
Implements DtSimMessage.
|
virtual |
Reimplemented from DtVrfObjectMessage.
|
virtual |
Extracts the content type, creates the content (using the admin content factory), and then tells the content to fill itself in from the network buffer.
Reimplemented from DtVrfObjectMessage.
|
virtual |
Fill in our content type, tell the content to fill itself out, and then copy its buffer into ours.
Reimplemented from DtVrfObjectMessage.
|
virtual |
Print message.
Reimplemented from DtVrfObjectMessage.
|
static |
|
protected |
|
protected |