14 #if !defined(Q_MOC_RUN)
18 #include <QtWidgets/QSpinBox>
41 Qt::WindowFlags f = Qt::Widget );
52 virtual void setGhostEchelonLevelItems(
bool enabled );
53 virtual void setGhostEchelonLevelItemLabels(
bool enabled);
54 virtual void setEchelonLevel(
int);
55 virtual void setDisplayBoundingBoxes(
bool enabled );
56 virtual void setDisplayAggregates(
bool enabled );
57 virtual void setDisplayLeafLevelItems(
bool enabled );
58 virtual void setDisplayBoundingBoxesForSelected(
bool enabled );
59 virtual void setAllowSelectingOfGhostedItems(
bool enabled );
60 virtual void setDisplayMainIcon(
bool enabled );
61 virtual void setColorizedModelColorType(
70 virtual int echelonLevel()
const;
71 virtual bool displayAggregates()
const;
72 virtual bool ghostEchelonLevelItems()
const;
73 virtual bool ghostEchelonLevelItemLabels()
const;
74 virtual bool displayBoundingBoxes()
const;
75 virtual bool displayBoundingBoxesForSelected()
const;
76 virtual bool displayMainIcon()
const;
77 virtual bool displayLeafLevelItems()
const;
78 virtual bool allowSelectingOfGhostedItems()
const;
80 colorizedModelColorType()
const;
90 virtual void on_setDisplayAggregatesChanged();
91 virtual void on_setShowLeafNodesChanged();
92 virtual void on_displayBoundingBoxesForSelectedChanged();
93 virtual void on_displayBoundingBoxesChanged();
94 virtual void on_displayMainIconChanged();
95 virtual void on_ghostEchelonLevelItemsChanged();
96 virtual void on_ghostEchelonLevelItemLabelsChanged();
97 virtual void on_allowSelectionOfGhostedItemsChanged();
98 virtual void on_echelonLevelChanged();
99 virtual void on_colorizedModelColorTypeChanged();
111 void connectToSignals();
114 virtual void updateEnabledStates();
Interface for the aggregate settings GUI.
Definition: DtAggregateSettingsInterface.h:25
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
DtColorizedModelColorType
Enumeration for the model coloring mode.
Definition: DtSharedEntityDisplaySettings.h:34
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70