22 class DtEntityTypeMapper;
50 virtual bool displayAggregates()
const;
52 virtual void setDisplayAggregates(
bool enabled );
55 virtual bool displayAggregateLeafNodes()
const;
57 virtual void setDisplayAggregateLeafNodes(
bool enabled );
60 virtual bool displayInitiallyExpanded()
const;
62 virtual void setDisplayInitiallyExpanded(
bool enabled );
65 virtual bool displayAggregateBoundingBoxes()
const;
67 virtual void setDisplayAggregateBoundingBoxes(
bool enabled );
70 virtual bool displayAggregateBoundingBoxesForSelected()
const;
72 virtual void setDisplayAggregateBoundingBoxesForSelected(
bool enabled );
75 virtual bool displayMainIcon()
const;
77 virtual void setDisplayMainIcon(
bool enabled );
80 virtual bool ghostEchelonLevelItems()
const;
82 virtual void setGhostEchelonLevelItems(
bool enabled );
85 virtual bool allowSelectionOfGhostedItems()
const;
87 virtual void setAllowSelectionOfGhostedItems(
bool enabled );
90 virtual int echelonLevel()
const;
92 virtual void setEchelonLevel(
int level );
95 virtual double ghostingTransparency()
const;
97 virtual void setGhostingTransparency(
double transparency );
119 virtual void backup();
122 static std::string className();