VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfAutoReorganize Class Reference

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().

Inheritance diagram for DtIfAutoReorganize:
Inheritance graph
[legend]

Public Member Functions

 DtIfAutoReorganize ()
 
virtual ~DtIfAutoReorganize () override
 
 DtIfAutoReorganize (const DtIfAutoReorganize &orig)
 
DtIfAutoReorganizeoperator= (const DtIfAutoReorganize &orig)
 
virtual int type () const override
 
virtual DtSimInterfaceContentclone () const override
 
virtual void enableAutoReorganize ()
 
virtual void disableAutoReorganize ()
 
virtual bool autoReorganizeEnabled () const
 
virtual int netRepSize () const override
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize) override
 
virtual bool setToNet () override
 
virtual void printDataToString (DtString &str) override
 
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
 
virtual bool update (const DtSimInterfaceContent *data)
 
virtual charnetRep ()
 
virtual void printContentType (DtString &str)
 
virtual void setUseSessionId (bool yesNo)
 
virtual bool useSessionId () const
 

Static Public Member Functions

static DtSimInterfaceContentcreator ()
 
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
 
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
 
static void setFactory (DtInterfaceContentFactory *factory)
 
static DtInterfaceContentFactoryfactory ()
 
static void registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn)
 

Protected Attributes

bool myEnableAutoReorganize
 
- Protected Attributes inherited from DtSimInterfaceContent
charmyNetRep
 
bool myUseSessionId
 

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
 
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
 
virtual charcreateNetworkBuffer ()
 
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
 
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn
 

Constructor & Destructor Documentation

DtIfAutoReorganize::DtIfAutoReorganize ( )

default constructor

virtual DtIfAutoReorganize::~DtIfAutoReorganize ( )
overridevirtual

destructor

DtIfAutoReorganize::DtIfAutoReorganize ( const DtIfAutoReorganize orig)

copy constructor

Member Function Documentation

DtIfAutoReorganize& DtIfAutoReorganize::operator= ( const DtIfAutoReorganize orig)

assignment operator

virtual int DtIfAutoReorganize::type ( ) const
overridevirtual

Returns the type of Interface Content.

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfAutoReorganize::clone ( ) const
overridevirtual

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
overridevirtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfAutoReorganize::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
overridevirtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfAutoReorganize::setToNet ( )
overridevirtual

Reimplemented from DtSimInterfaceContent.

virtual void DtIfAutoReorganize::printDataToString ( DtString str)
overridevirtual

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfAutoReorganize::creator ( )
static

Member Data Documentation

bool DtIfAutoReorganize::myEnableAutoReorganize
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)