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

class DtIfAutoReorganize: More...

Inheritance diagram for DtIfAutoReorganize:
Inheritance graph
[legend]

Public Member Functions

 DtIfAutoReorganize ()
 default constructor
virtual ~DtIfAutoReorganize ()
 destructor
 DtIfAutoReorganize (const DtIfAutoReorganize &orig)
 copy constructor
DtIfAutoReorganizeoperator= (const DtIfAutoReorganize &orig)
 assignment operator
virtual int type () const
 Returns the type of Interface Content.
virtual DtSimInterfaceContentclone () 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 DtSimInterfaceContentcreator ()

Protected Attributes

bool myEnableAutoReorganize

Detailed Description

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

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.

virtual DtSimInterfaceContent* DtIfAutoReorganize::clone ( ) const
virtual
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
virtual bool DtIfAutoReorganize::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual
virtual bool DtIfAutoReorganize::setToNet ( )
virtual
virtual void DtIfAutoReorganize::printDataToString ( DtString str)
virtual
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 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)