VR-Forces 4.2 Class Documentation
List of all members | 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]

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

DtEchelonViewOptions::DtEchelonViewOptions ( QObject parent = NULL)

Default constructor.

virtual DtEchelonViewOptions::~DtEchelonViewOptions ( )
virtual

Destructor.

DtEchelonViewOptions::DtEchelonViewOptions ( const DtEchelonViewOptions orig)
protected

Copy constructor.

Member Function Documentation

virtual int DtEchelonViewOptions::nestingLevel ( ) const
virtual

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

virtual bool DtEchelonViewOptions::ghostNestedComponents ( ) const
virtual

Should the nested components that are drawn be ghosted?

virtual int DtEchelonViewOptions::displayLevel ( ) const
virtual

Default display level.

virtual bool DtEchelonViewOptions::displayEchelonIdColumn ( ) const
virtual
static DtEchelonViewOptions* DtEchelonViewOptions::create ( QObject parent)
static

Returns a newly created instance of a DtEchelonViewOptions.

void DtEchelonViewOptions::changed ( )
signal

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

void DtEchelonViewOptions::nestingLevelChanged ( int  )
signal
void DtEchelonViewOptions::ghostNestedComponentsChanged ( bool  )
signal
void DtEchelonViewOptions::displayLevelChanged ( int  )
signal
void DtEchelonViewOptions::displayEchelonIdColumnChanged ( bool  )
signal
virtual void DtEchelonViewOptions::setNestingLevel ( int  )
virtualslot
virtual void DtEchelonViewOptions::setGhostNestedComponents ( bool  )
virtualslot
virtual void DtEchelonViewOptions::setDisplayLevel ( int  )
virtualslot
virtual void DtEchelonViewOptions::setDisplayEchelonIdColumn ( bool  )
virtualslot
DtEchelonViewOptions& DtEchelonViewOptions::operator= ( const DtEchelonViewOptions rhs)
protected

Assignment operator.

Member Data Documentation

const int DtEchelonViewOptions::theDefaultNestingLevel
static
const bool DtEchelonViewOptions::theDefaultGhostNestedComponents
static
const int DtEchelonViewOptions::theDefaultDisplayLevel
static
const bool DtEchelonViewOptions::theDefaultDisplayEchelonIdColumn
static
int DtEchelonViewOptions::myNestingLevel
protected
bool DtEchelonViewOptions::myGhostNestedComponents
protected
int DtEchelonViewOptions::myDisplayLevel
protected
bool DtEchelonViewOptions::myDisplayEchelonIdColumn
protected

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

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)