![]() |
VR-Forces 4.0.4 Class Documentation
|
Total: 1 bytes. More...

Public Member Functions | |
| DtIfSetting () | |
| default constructor | |
| virtual | ~DtIfSetting () |
| destructor | |
| DtIfSetting (const DtIfSetting &orig) | |
| copy constructor | |
| DtIfSetting & | operator= (const DtIfSetting &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| Clone operator. | |
| virtual const DtString & | serializedSetting () const |
| Set/get the serialized settings object. | |
| virtual void | setSerializedSetting (const DtString &setting) |
| virtual int | netRepSize () const |
| Returns the size of the message. | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Unserializes the message from the network buffer. | |
| virtual bool | setToNet () |
| Serializes the message to the network buffer. | |
| virtual void | printDataToString (DtString &str) |
| Adds the contents of the serialized object to the string. | |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
| Creator function; returns a new instance of this class. | |
Protected Attributes | |
| DtString | mySerializedSetting |
Total: 1 bytes.
class DtIfSetting:
Instances of DtIfSetting are used to send DtSettingsObjects in response to a DtIfRequestSetting message.
Content-Type: DtSettingMessageType
Parameters: serializedSetting - a serialized DtSettingsObject
default constructor
| virtual DtIfSetting::~DtIfSetting | ( | ) | [virtual] |
destructor
| DtIfSetting::DtIfSetting | ( | const DtIfSetting & | orig | ) |
copy constructor
| DtIfSetting& DtIfSetting::operator= | ( | const DtIfSetting & | orig | ) |
assignment operator
| virtual int DtIfSetting::type | ( | ) | const [virtual] |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
Reimplemented in DtIfModifySetting.
| virtual DtSimInterfaceContent* DtIfSetting::clone | ( | ) | const [virtual] |
| virtual const DtString& DtIfSetting::serializedSetting | ( | ) | const [virtual] |
Set/get the serialized settings object.
| virtual void DtIfSetting::setSerializedSetting | ( | const DtString & | setting | ) | [virtual] |
| virtual int DtIfSetting::netRepSize | ( | ) | const [virtual] |
Returns the size of the message.
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfSetting::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Unserializes the message from the network buffer.
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfSetting::setToNet | ( | ) | [virtual] |
Serializes the message to the network buffer.
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfSetting::printDataToString | ( | DtString & | str | ) | [virtual] |
Adds the contents of the serialized object to the string.
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfSetting::creator | ( | ) | [static] |
Creator function; returns a new instance of this class.
Reimplemented in DtIfModifySetting.
DtString DtIfSetting::mySerializedSetting [protected] |