VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtSetOverlayLayerAdmin Class Reference
Inheritance diagram for DtSetOverlayLayerAdmin:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtSetOverlayLayerAdmin ()
 default constructor
 DtSetOverlayLayerAdmin (const DtSetOverlayLayerAdmin &orig)
 copy constructor
const DtSetOverlayLayerAdminoperator= (const DtSetOverlayLayerAdmin &orig)
 assignment operator
virtual ~DtSetOverlayLayerAdmin ()
virtual int type () const
virtual DtAdminContentclone () 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 DtStringoverlayLayer () const
 Accessor/mutator for overlay layer.

Static Public Member Functions

static DtAdminContentcreator ()

Protected Attributes

DtString myOverlayLayer

Constructor & Destructor Documentation

default constructor

copy constructor


Member Function Documentation

const DtSetOverlayLayerAdmin& DtSetOverlayLayerAdmin::operator= ( const DtSetOverlayLayerAdmin orig)

assignment operator

virtual int DtSetOverlayLayerAdmin::type ( ) const [virtual]
Returns:
The type of admin content this class is. See types defined in msgTypes.h.

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]
Returns:
Size necessary for a network representation of this set request. Base class returns 0.

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.

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.


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)