36 virtual void setGhostEchelonLevelItems(
bool enabled) = 0;
37 virtual void setGhostEchelonLevelItemLabels(
bool enabled) = 0;
38 virtual void setEchelonLevel(
int) = 0;
39 virtual void setDisplayBoundingBoxes(
bool enabled) = 0;
40 virtual void setDisplayBoundingBoxesForSelected(
bool enabled) = 0;
41 virtual void setAllowSelectingOfGhostedItems(
bool enabled) = 0;
42 virtual void setDisplayMainIcon(
bool enabled) = 0;
43 virtual void setDisplayAggregates(
bool enabled) = 0;
44 virtual void setDisplayLeafLevelItems(
bool enabled) = 0;
45 virtual void setColorizedModelColorType(
54 virtual int echelonLevel()
const = 0;
55 virtual bool displayAggregates()
const = 0;
56 virtual bool ghostEchelonLevelItems()
const = 0;
57 virtual bool ghostEchelonLevelItemLabels()
const = 0;
58 virtual bool displayBoundingBoxes()
const = 0;
59 virtual bool displayBoundingBoxesForSelected()
const = 0;
60 virtual bool displayMainIcon()
const = 0;
61 virtual bool displayLeafLevelItems()
const = 0;
62 virtual bool allowSelectingOfGhostedItems()
const = 0;
64 colorizedModelColorType()
const = 0;
83 boost::signalslib::signal<void (DtColorizedModelColorType)>
Interface for the aggregate settings GUI.
Definition: DtAggregateSettingsInterface.h:25
boost::signalslib::signal< void(bool)> signal_ghostEchelonLevelItemsChanged
Definition: DtAggregateSettingsInterface.h:79
boost::signalslib::signal< void(bool)> signal_displayBoundingBoxesChanged
Definition: DtAggregateSettingsInterface.h:77
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
boost::signalslib::signal< void(bool)> signal_showLeafNodesChanged
Definition: DtAggregateSettingsInterface.h:75
DtColorizedModelColorType
Enumeration for the model coloring mode.
Definition: DtSharedEntityDisplaySettings.h:38
boost::signalslib::signal< void(bool)> signal_displayAggregatesChanged
Definition: DtAggregateSettingsInterface.h:74
Contains DLL export macros.
boost::signalslib::signal< void(bool)> signal_allowSelectionOfGhostedItemsChanged
Definition: DtAggregateSettingsInterface.h:81
boost::signalslib::signal< void(bool)> signal_displayBoundingBoxesForSelectedChanged
Definition: DtAggregateSettingsInterface.h:76
boost::signalslib::signal< void(bool)> signal_displayMainIconChanged
Definition: DtAggregateSettingsInterface.h:78
boost::signalslib::signal< void(DtColorizedModelColorType)> signal_colorizedModelColorTypeChanged
Definition: DtAggregateSettingsInterface.h:84
Contains the DtSharedAggregateDisplaySettings class declaration.
boost::signalslib::signal< void(int)> signal_echelonLevelChanged
Definition: DtAggregateSettingsInterface.h:82
boost::signalslib::signal< void(bool)> signal_ghostEchelonLevelItemLabelsChanged
Definition: DtAggregateSettingsInterface.h:80