![]() |
VR-Forces 4.2 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 const DtAdminContentMessageType & | 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. | |
Public Member Functions inherited from DtAdminContent | |
| virtual | ~DtAdminContent () |
| destructor | |
| virtual bool | init () |
| Base class init does nothing, but this will be called by create, in case any other deriving class needs to do virtual allocation. | |
| virtual char * | netRep () |
Static Public Member Functions | |
| static DtAdminContent * | creator () |
Static Public Member Functions inherited from DtAdminContent | |
| static void | addAdminContentCreatorFcn (const DtString &contentName, DtAdminContentCreatorFcn fcn) |
| static void | setFactory (DtAdminContentFactory *factory) |
| static DtAdminContentFactory * | factory () |
| static bool | isTypeRegistered (DtString type) |
Protected Attributes | |
| DtString | myOverlayLayer |
Protected Attributes inherited from DtAdminContent | |
| char * | myNetRep |
Additional Inherited Members | |
Protected Member Functions inherited from DtAdminContent | |
| DtAdminContent () | |
| Constructors are protected because no one should instantiate the base class, just derived versions. | |
| DtAdminContent (const DtAdminContent &orig) | |
| copy constructor | |
| const DtAdminContent & | operator= (const DtAdminContent &orig) |
| assignment operator; same as copy costructor. | |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtAdminContent | |
| static DtAdminContentFactory * | myFactory |
| DtSetOverlayLayerAdmin::DtSetOverlayLayerAdmin | ( | ) |
default constructor
| DtSetOverlayLayerAdmin::DtSetOverlayLayerAdmin | ( | const DtSetOverlayLayerAdmin & | orig | ) |
copy constructor
|
virtual |
| const DtSetOverlayLayerAdmin& DtSetOverlayLayerAdmin::operator= | ( | const DtSetOverlayLayerAdmin & | orig | ) |
assignment operator
|
virtual |
Implements DtAdminContent.
|
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 |
Reimplemented from DtAdminContent.
|
virtual |
Sets the contents of this set request based on the network buffer.
Base class does nothing and returns true.
Reimplemented from DtAdminContent.
|
virtual |
Sets netRep buffer to the contents of this set request.
Base class does nothing and returns true.
Reimplemented from DtAdminContent.
|
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 |
|
virtual |
Accessor/mutator for overlay layer.
|
virtual |
Accessor/mutator for overlay layer.
|
protected |