VR-Forces 4.0.4 Class Documentation
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes
DtEchelonViewOptions Class Reference

Stores configuration options for your echelon panel. More...

Inheritance diagram for DtEchelonViewOptions:
Inheritance graph
[legend]

List of all members.

Public Slots

virtual void setNestingLevel (int)
virtual void setGhostNestedComponents (bool)
virtual void setDisplayLevel (int)
virtual void setDisplayEchelonIdColumn (bool)

Signals

void changed ()
 Signal emitted whenever any of the other xxxChanged() signals are emitted.
void nestingLevelChanged (int)
void ghostNestedComponentsChanged (bool)
void displayLevelChanged (int)
void displayEchelonIdColumnChanged (bool)

Public Member Functions

 DtEchelonViewOptions (QObject *parent=NULL)
 Default constructor.
virtual ~DtEchelonViewOptions ()
 Destructor.
virtual int nestingLevel () const
 Number of levels of components to be drawn when an aggregate is drawn.
virtual bool ghostNestedComponents () const
 Should the nested components that are drawn be ghosted?
virtual int displayLevel () const
 Default display level.
virtual bool displayEchelonIdColumn () const

Static Public Member Functions

static DtEchelonViewOptionscreate (QObject *parent)
 Returns a newly created instance of a DtEchelonViewOptions.

Static Public Attributes

static const int theDefaultNestingLevel
static const bool theDefaultGhostNestedComponents
static const int theDefaultDisplayLevel
static const bool theDefaultDisplayEchelonIdColumn

Protected Member Functions

 DtEchelonViewOptions (const DtEchelonViewOptions &orig)
 Copy constructor.
DtEchelonViewOptionsoperator= (const DtEchelonViewOptions &rhs)
 Assignment operator.

Protected Attributes

int myNestingLevel
bool myGhostNestedComponents
int myDisplayLevel
bool myDisplayEchelonIdColumn

Detailed Description

Stores configuration options for your echelon panel.


Constructor & Destructor Documentation

Default constructor.

Destructor.

Copy constructor.


Member Function Documentation

virtual int DtEchelonViewOptions::nestingLevel ( ) const [virtual]

Number of levels of components to be drawn when an aggregate is drawn.

Should the nested components that are drawn be ghosted?

virtual int DtEchelonViewOptions::displayLevel ( ) const [virtual]

Default display level.

Returns a newly created instance of a DtEchelonViewOptions.

void DtEchelonViewOptions::changed ( ) [signal]

Signal emitted whenever any of the other xxxChanged() signals are emitted.

virtual void DtEchelonViewOptions::setNestingLevel ( int  ) [virtual, slot]
virtual void DtEchelonViewOptions::setGhostNestedComponents ( bool  ) [virtual, slot]
virtual void DtEchelonViewOptions::setDisplayLevel ( int  ) [virtual, slot]
virtual void DtEchelonViewOptions::setDisplayEchelonIdColumn ( bool  ) [virtual, slot]
DtEchelonViewOptions& DtEchelonViewOptions::operator= ( const DtEchelonViewOptions rhs) [protected]

Assignment operator.


Member Data Documentation


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)