![]() |
VR-Forces 4.5 Class Documentation
|
Interface content message for effecting (or requesting) extended labels setup. More...

Public Types | |
| enum | Operation { Set = 0, Request = 1, Contents = 2 } |
Public Member Functions | |
| DtIfExtendedLabelsOperation () | |
| default constructor | |
| DtIfExtendedLabelsOperation (const DtIfExtendedLabelsOperation &orig) | |
| copy constructor | |
| DtIfExtendedLabelsOperation & | operator= (const DtIfExtendedLabelsOperation &orig) |
| assignment operator | |
| virtual | ~DtIfExtendedLabelsOperation () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () 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 |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| std::map< int, DtString > | myExtendedLabels |
| int | myOperation |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
Interface content message for effecting (or requesting) extended labels setup.
| DtIfExtendedLabelsOperation::DtIfExtendedLabelsOperation | ( | ) |
default constructor
| DtIfExtendedLabelsOperation::DtIfExtendedLabelsOperation | ( | const DtIfExtendedLabelsOperation & | orig | ) |
copy constructor
|
virtual |
| DtIfExtendedLabelsOperation& DtIfExtendedLabelsOperation::operator= | ( | const DtIfExtendedLabelsOperation & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
|
virtual |
|
virtual |
Default is Set.
|
virtual |
|
static |
|
protected |