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)>