16 #include <boost/signals.hpp>
33 virtual void setGhostEchelonLevelItems(
bool enabled) = 0;
34 virtual void setEchelonLevel(
int) = 0;
35 virtual void setDisplayBoundingBoxes(
bool enabled) = 0;
36 virtual void setDisplayBoundingBoxesForSelected(
bool enabled) = 0;
37 virtual void setAllowSelectingOfGhostedItems(
bool enabled) = 0;
38 virtual void setDisplayMainIcon(
bool enabled) = 0;
39 virtual void setDisplayAggregates(
bool enabled) = 0;
40 virtual void setDisplayLeafLevelItems(
bool enabled) = 0;
41 virtual void setColorizedModelColorType(
50 virtual int echelonLevel()
const = 0;
51 virtual bool displayAggregates()
const = 0;
52 virtual bool ghostEchelonLevelItems()
const = 0;
53 virtual bool displayBoundingBoxes()
const = 0;
54 virtual bool displayBoundingBoxesForSelected()
const = 0;
55 virtual bool displayMainIcon()
const = 0;
56 virtual bool displayLeafLevelItems()
const = 0;
57 virtual bool allowSelectingOfGhostedItems()
const = 0;
59 colorizedModelColorType()
const = 0;
77 boost::signal<void (DtSharedAggregateDisplaySettings::ColorizedModelColorType)>
boost::signal< void(DtSharedAggregateDisplaySettings::ColorizedModelColorType)> signal_colorizedModelColorTypeChanged
Definition: DtAggregateSettingsInterface.h:78
boost::signal< void(bool)> signal_displayBoundingBoxesChanged
Definition: DtAggregateSettingsInterface.h:72
Interface for the aggregate settings GUI.
Definition: DtAggregateSettingsInterface.h:22
boost::signal< void(bool)> signal_ghostEchelonLevelItemsChanged
Definition: DtAggregateSettingsInterface.h:74
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
ColorizedModelColorType
Definition: DtSharedAggregateDisplaySettings.h:35
boost::signal< void(bool)> signal_displayBoundingBoxesForSelectedChanged
Definition: DtAggregateSettingsInterface.h:71
Contains DLL export macros.
boost::signal< void(bool)> signal_displayMainIconChanged
Definition: DtAggregateSettingsInterface.h:73
boost::signal< void(bool)> signal_allowSelectionOfGhostedItemsChanged
Definition: DtAggregateSettingsInterface.h:75
boost::signal< void(bool)> signal_showLeafNodesChanged
Definition: DtAggregateSettingsInterface.h:70
boost::signal< void(bool)> signal_displayAggregatesChanged
Definition: DtAggregateSettingsInterface.h:69
boost::signal< void(int)> signal_echelonLevelChanged
Definition: DtAggregateSettingsInterface.h:76
Contains the DtSharedAggregateDisplaySettings class declaration.