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

Public Member Functions | |
| DtSetOverlayLayerAdmin () | |
| default constructor | |
| DtSetOverlayLayerAdmin (const DtSetOverlayLayerAdmin &orig) | |
| copy constructor | |
| const DtSetOverlayLayerAdmin & | operator= (const DtSetOverlayLayerAdmin &orig) |
| assignment operator | |
| virtual | ~DtSetOverlayLayerAdmin () |
| virtual int | type () const |
| virtual DtAdminContent * | clone () const |
| Make a copy of this content. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Sets the contents of this set request based on the network buffer. | |
| virtual bool | setToNet () |
| Sets netRep buffer to the contents of this set request. | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this content. | |
| virtual void | setOverlayLayer (const DtString &name) |
| Accessor/mutator for overlay layer. | |
| virtual const DtString & | overlayLayer () const |
| Accessor/mutator for overlay layer. | |
Static Public Member Functions | |
| static DtAdminContent * | creator () |
Protected Attributes | |
| DtString | myOverlayLayer |
default constructor
| DtSetOverlayLayerAdmin::DtSetOverlayLayerAdmin | ( | const DtSetOverlayLayerAdmin & | orig | ) |
copy constructor
| virtual DtSetOverlayLayerAdmin::~DtSetOverlayLayerAdmin | ( | ) | [virtual] |
| const DtSetOverlayLayerAdmin& DtSetOverlayLayerAdmin::operator= | ( | const DtSetOverlayLayerAdmin & | orig | ) |
assignment operator
| virtual int DtSetOverlayLayerAdmin::type | ( | ) | const [virtual] |
Implements DtAdminContent.
| virtual DtAdminContent* DtSetOverlayLayerAdmin::clone | ( | ) | const [virtual] |
Make a copy of this content.
Returns a pointer to a newly created copy of this class. Derived classes must override this function to create and return an instance of the derived type.
Implements DtAdminContent.
| virtual int DtSetOverlayLayerAdmin::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtAdminContent.
| virtual bool DtSetOverlayLayerAdmin::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Sets the contents of this set request based on the network buffer.
Base class does nothing and returns true.
Reimplemented from DtAdminContent.
| virtual bool DtSetOverlayLayerAdmin::setToNet | ( | ) | [virtual] |
Sets netRep buffer to the contents of this set request.
Base class does nothing and returns true.
Reimplemented from DtAdminContent.
| virtual DtString DtSetOverlayLayerAdmin::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this content.
Derived classes must implement this function. The string should include the identity of the content, along with any parameters. The format of the string is up to you.
Implements DtAdminContent.
| static DtAdminContent* DtSetOverlayLayerAdmin::creator | ( | ) | [static] |
| virtual void DtSetOverlayLayerAdmin::setOverlayLayer | ( | const DtString & | name | ) | [virtual] |
Accessor/mutator for overlay layer.
| virtual const DtString& DtSetOverlayLayerAdmin::overlayLayer | ( | ) | const [virtual] |
Accessor/mutator for overlay layer.
DtString DtSetOverlayLayerAdmin::myOverlayLayer [protected] |