![]() |
VR-Forces 4.3 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 |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| std::map< int, DtString > | myExtendedLabels |
| int | myOperation |
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 |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Default is Set.
|
virtual |
|
static |
|
protected |