![]() |
VR-Forces Development_Version Class Documentation
|
class DtIfRequestSetting: More...

Public Member Functions | |
| DtIfRequestSetting () | |
| default constructor | |
| DtIfRequestSetting (const DtIfRequestSetting &orig) | |
| copy constructor | |
| const DtIfRequestSetting & | operator= (const DtIfRequestSetting &orig) |
| assignment operator | |
| virtual | ~DtIfRequestSetting () |
| destructor | |
| virtual int | type () const |
| returns DtIfRequestSettingMessageType | |
| virtual DtSimInterfaceContent * | clone () const |
| clone | |
| 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 name of the setting being requested to the string. | |
| virtual std::string | settingName () const |
| The name of the settings object to request. | |
| virtual void | setSettingName (const std::string &settingName) |
| The name of the settings object to request. | |
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 () |
| Creator function; returns a new instance of this class. | |
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::string | mySettingName |
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 |
class DtIfRequestSetting:
Instances of DtIfRequestSetting are used by DtVrfBackendListener to interrogate back-ends about the DtSettingsObjects stored in their settings managers.
Content-Type: DtRequestSettingMessageType
Parameters: settingName - the name of the DtSettingsObject being requested
| DtIfRequestSetting::DtIfRequestSetting | ( | ) |
default constructor
| DtIfRequestSetting::DtIfRequestSetting | ( | const DtIfRequestSetting & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtIfRequestSetting& DtIfRequestSetting::operator= | ( | const DtIfRequestSetting & | orig | ) |
assignment operator
|
virtual |
returns DtIfRequestSettingMessageType
Implements DtSimInterfaceContent.
|
virtual |
clone
Implements DtSimInterfaceContent.
|
virtual |
The name of the settings object to request.
|
virtual |
The name of the settings object to request.
|
virtual |
Returns the size of the message.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Unserializes the message from the network buffer.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Serializes the message to the network buffer.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Adds the name of the setting being requested to the string.
Reimplemented from DtSimInterfaceContent.
|
static |
Creator function; returns a new instance of this class.
|
protected |