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 ()
 
 DtIfAutoReorganize (const DtIfAutoReorganize &orig)
 
DtIfAutoReorganizeoperator= (const DtIfAutoReorganize &orig)
 
virtual int type () const
 
virtual DtSimInterfaceContentclone () const
 
virtual void enableAutoReorganize ()
 
virtual void disableAutoReorganize ()
 
virtual bool autoReorganizeEnabled () const
 
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 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 ( )
virtual

destructor

DtIfAutoReorganize::DtIfAutoReorganize ( const DtIfAutoReorganize orig)

copy constructor

Member Function Documentation

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

Member Data Documentation

bool DtIfAutoReorganize::myEnableAutoReorganize
protected

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

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)