14 #if !defined(Q_MOC_RUN)
18 #include <QtWidgets/QSpinBox>
40 Qt::WindowFlags f = Qt::Widget );
51 virtual void setGhostEchelonLevelItems(
bool enabled );
52 virtual void setEchelonLevel(
int );
53 virtual void setDisplayBoundingBoxes(
bool enabled );
54 virtual void setDisplayAggregates(
bool enabled );
55 virtual void setDisplayLeafLevelItems(
bool enabled );
56 virtual void setDisplayBoundingBoxesForSelected(
bool enabled );
57 virtual void setAllowSelectingOfGhostedItems(
bool enabled );
58 virtual void setDisplayMainIcon(
bool enabled );
59 virtual void setColorizedModelColorType(
68 virtual int echelonLevel()
const;
69 virtual bool displayAggregates()
const;
70 virtual bool ghostEchelonLevelItems()
const;
71 virtual bool displayBoundingBoxes()
const;
72 virtual bool displayBoundingBoxesForSelected()
const;
73 virtual bool displayMainIcon()
const;
74 virtual bool displayLeafLevelItems()
const;
75 virtual bool allowSelectingOfGhostedItems()
const;
77 colorizedModelColorType()
const;
87 virtual void on_setDisplayAggregatesChanged();
88 virtual void on_setShowLeafNodesChanged();
89 virtual void on_displayBoundingBoxesForSelectedChanged();
90 virtual void on_displayBoundingBoxesChanged();
91 virtual void on_displayMainIconChanged();
92 virtual void on_ghostEchelonLevelItemsChanged();
93 virtual void on_allowSelectionOfGhostedItemsChanged();
94 virtual void on_echelonLevelChanged();
95 virtual void on_colorizedModelColorTypeChanged();
107 void connectToSignals();
110 virtual void updateEnabledStates();
Interface for the aggregate settings GUI.
Definition: DtAggregateSettingsInterface.h:22
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
ColorizedModelColorType
Definition: DtSharedAggregateDisplaySettings.h:35
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69