![]() |
VR-Forces 4.2 Class Documentation
|
Stores configuration options for your echelon panel. More...

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 DtEchelonViewOptions * | create (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. | |
| DtEchelonViewOptions & | operator= (const DtEchelonViewOptions &rhs) |
| Assignment operator. | |
Protected Attributes | |
| int | myNestingLevel |
| bool | myGhostNestedComponents |
| int | myDisplayLevel |
| bool | myDisplayEchelonIdColumn |
Stores configuration options for your echelon panel.
| DtEchelonViewOptions::DtEchelonViewOptions | ( | QObject * | parent = NULL | ) |
Default constructor.
|
virtual |
Destructor.
|
protected |
Copy constructor.
|
virtual |
Number of levels of components to be drawn when an aggregate is drawn.
|
virtual |
Should the nested components that are drawn be ghosted?
|
virtual |
Default display level.
|
virtual |
|
static |
Returns a newly created instance of a DtEchelonViewOptions.
|
signal |
Signal emitted whenever any of the other xxxChanged() signals are emitted.
|
signal |
|
signal |
|
signal |
|
signal |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
protected |
Assignment operator.
|
static |
|
static |
|
static |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |