![]() |
VR-Forces 4.0.4 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 DtEchelonViewOptions::~DtEchelonViewOptions | ( | ) | [virtual] |
Destructor.
| DtEchelonViewOptions::DtEchelonViewOptions | ( | const DtEchelonViewOptions & | orig | ) | [protected] |
Copy constructor.
| 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 | ) | [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.
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] |