![]() |
VR-Forces 4.0.4 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) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| bool | myEnableAutoReorganize |
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().
default constructor
| virtual DtIfAutoReorganize::~DtIfAutoReorganize | ( | ) | [virtual] |
destructor
| DtIfAutoReorganize::DtIfAutoReorganize | ( | const DtIfAutoReorganize & | orig | ) |
copy constructor
| DtIfAutoReorganize& DtIfAutoReorganize::operator= | ( | const DtIfAutoReorganize & | orig | ) |
assignment operator
| virtual int DtIfAutoReorganize::type | ( | ) | const [virtual] |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfAutoReorganize::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual void DtIfAutoReorganize::enableAutoReorganize | ( | ) | [virtual] |
Enable/disable auto-reorganization.
| virtual void DtIfAutoReorganize::disableAutoReorganize | ( | ) | [virtual] |
| virtual bool DtIfAutoReorganize::autoReorganizeEnabled | ( | ) | const [virtual] |
Return true if auto-reorganization is enabled, false if not.
| virtual int DtIfAutoReorganize::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfAutoReorganize::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfAutoReorganize::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfAutoReorganize::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfAutoReorganize::creator | ( | ) | [static] |
bool DtIfAutoReorganize::myEnableAutoReorganize [protected] |