VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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
 DtIfExtendedLabelsOperation (const DtIfExtendedLabelsOperation &orig)
 copy constructor
DtIfExtendedLabelsOperationoperator= (const DtIfExtendedLabelsOperation &orig)
 assignment operator
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.
virtual int operation () const

Static Public Member Functions

static DtSimInterfaceContentcreator ()

Protected Attributes

std::map< int, DtStringmyExtendedLabels
int myOperation

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
virtual DtSimInterfaceContent* DtIfExtendedLabelsOperation::clone ( ) const
virtual
virtual int DtIfExtendedLabelsOperation::netRepSize ( ) const
virtual
virtual bool DtIfExtendedLabelsOperation::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual
virtual bool DtIfExtendedLabelsOperation::setToNet ( )
virtual
virtual void DtIfExtendedLabelsOperation::printDataToString ( DtString str)
virtual
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)