VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfExtendedLabelsOperation Class Reference

Interface content message for effecting (or requesting) extended labels setup. More...

Inheritance diagram for DtIfExtendedLabelsOperation:
Inheritance graph
[legend]

Public Types

enum  Operation { Set = 0, Request = 1, Contents = 2 }
 

Public Member Functions

 DtIfExtendedLabelsOperation ()
 default constructor More...
 
 DtIfExtendedLabelsOperation (const DtIfExtendedLabelsOperation &orig)
 copy constructor More...
 
DtIfExtendedLabelsOperationoperator= (const DtIfExtendedLabelsOperation &orig)
 assignment operator More...
 
virtual ~DtIfExtendedLabelsOperation ()
 
virtual int type () const
 
virtual DtSimInterfaceContentclone () const
 
virtual int netRepSize () const
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 
virtual bool setToNet ()
 
virtual void printDataToString (DtString &str)
 
virtual const std::map< int,
DtString > & 
extendedLabels () const
 
virtual void setExtendedLabels (const std::map< int, DtString > &)
 
virtual void setOperation (int)
 Default is Set. More...
 
virtual int operation () const
 
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
 
virtual bool update (const DtSimInterfaceContent *data)
 
virtual charnetRep ()
 
virtual void printContentType (DtString &str)
 
virtual void setUseSessionId (bool yesNo)
 
virtual bool useSessionId () const
 

Static Public Member Functions

static DtSimInterfaceContentcreator ()
 
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
 
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
 
static void setFactory (DtInterfaceContentFactory *factory)
 
static DtInterfaceContentFactoryfactory ()
 
static void registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn)
 

Protected Attributes

std::map< int, DtStringmyExtendedLabels
 
int myOperation
 
- Protected Attributes inherited from DtSimInterfaceContent
charmyNetRep
 
bool myUseSessionId
 

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
 
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
 
virtual charcreateNetworkBuffer ()
 
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
 
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn
 

Detailed Description

Interface content message for effecting (or requesting) extended labels setup.

Member Enumeration Documentation

Enumerator
Set 
Request 
Contents 

Constructor & Destructor Documentation

DtIfExtendedLabelsOperation::DtIfExtendedLabelsOperation ( )

default constructor

DtIfExtendedLabelsOperation::DtIfExtendedLabelsOperation ( const DtIfExtendedLabelsOperation orig)

copy constructor

virtual DtIfExtendedLabelsOperation::~DtIfExtendedLabelsOperation ( )
virtual

Member Function Documentation

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

assignment operator

virtual int DtIfExtendedLabelsOperation::type ( ) const
virtual

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfExtendedLabelsOperation::clone ( ) const
virtual

Implements DtSimInterfaceContent.

virtual int DtIfExtendedLabelsOperation::netRepSize ( ) const
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfExtendedLabelsOperation::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfExtendedLabelsOperation::setToNet ( )
virtual

Reimplemented from DtSimInterfaceContent.

virtual void DtIfExtendedLabelsOperation::printDataToString ( DtString str)
virtual

Reimplemented from DtSimInterfaceContent.

virtual const std::map<int, DtString>& DtIfExtendedLabelsOperation::extendedLabels ( ) const
virtual
virtual void DtIfExtendedLabelsOperation::setExtendedLabels ( const std::map< int, DtString > &  )
virtual
virtual void DtIfExtendedLabelsOperation::setOperation ( int  )
virtual

Default is Set.

virtual int DtIfExtendedLabelsOperation::operation ( ) const
virtual
static DtSimInterfaceContent* DtIfExtendedLabelsOperation::creator ( )
static

Member Data Documentation

std::map<int, DtString> DtIfExtendedLabelsOperation::myExtendedLabels
protected
int DtIfExtendedLabelsOperation::myOperation
protected

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)