![]() |
VR-Forces 4.5 Class Documentation
|
class DtIfAutoReorganize: More...

Public Member Functions | |
| DtIfAutoReorganize () | |
| default constructor | |
| virtual | ~DtIfAutoReorganize () |
| destructor | |
| DtIfAutoReorganize (const DtIfAutoReorganize &orig) | |
| copy constructor | |
| DtIfAutoReorganize & | operator= (const DtIfAutoReorganize &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | enableAutoReorganize () |
| Enable/disable auto-reorganization. | |
| virtual void | disableAutoReorganize () |
| virtual bool | autoReorganizeEnabled () const |
| Return true if auto-reorganization is enabled, false if not. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
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 | |
| bool | myEnableAutoReorganize |
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 DtIfAutoReorganize:
Instances of DtIfAutoReorganize are the content for auto-reorganize messages, indicating the the auto-reorganization of pseudo-aggregates should be enabled or disabled for the application. They are typically sent from the front-end to the back-end, when the user enables/disables the auto-reorganize setting in the scenario file.
Content-Type: DtAutoReorganizeMessageType
Parameters: enableAutoReorganize - the desired state of the Auto-Reorganize flag. This is set by enableAutoReorganize() and cleared by the disableAu- toReorganize(). It is tested by autoReorganizeEnabled().
| DtIfAutoReorganize::DtIfAutoReorganize | ( | ) |
default constructor
|
virtual |
destructor
| DtIfAutoReorganize::DtIfAutoReorganize | ( | const DtIfAutoReorganize & | orig | ) |
copy constructor
| DtIfAutoReorganize& DtIfAutoReorganize::operator= | ( | const DtIfAutoReorganize & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Enable/disable auto-reorganization.
|
virtual |
|
virtual |
Return true if auto-reorganization is enabled, false if not.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |