20 using namespace makArchives;
29 DtSharedAggregateDisplaySettings>
40 void connectInputSignals();
46 virtual bool displayInitiallyExpanded()
const;
48 virtual void setDisplayInitiallyExpanded(
bool enabled );
50 virtual bool displayAggregates()
const;
51 virtual void setDisplayAggregates(
bool enabled );
53 virtual bool displayAggregateLeafNodes()
const;
54 virtual void setDisplayAggregateLeafNodes(
bool enabled );
56 virtual bool displayAggregateBoundingBoxes()
const;
57 virtual void setDisplayAggregateBoundingBoxes(
bool enabled );
59 virtual bool displayAggregateBoundingBoxesForSelected()
const;
60 virtual void setDisplayAggregateBoundingBoxesForSelected(
bool enabled );
62 virtual bool displayMainIcon()
const;
63 virtual void setDisplayMainIcon(
bool enabled );
65 virtual bool ghostEchelonLevelItems()
const;
66 virtual void setGhostEchelonLevelItems(
bool enabled );
68 virtual bool allowSelectionOfGhostedItems()
const;
69 virtual void setAllowSelectionOfGhostedItems(
bool enabled );
71 virtual int echelonLevel()
const;
72 virtual void setEchelonLevel(
int level );
82 template <
typename ManagerClass>
86 template <
typename ManagerClass>
Base class for shared settings managers.
Definition: DtBaseSettingsManager.h:332
DT_DLL_VRVCORE DtTaitBryan level(const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading)
Returns a level orientation with the topographic heading.
ColorizedModelColorType
Definition: DtSharedAggregateDisplaySettings.h:35
Settings manager for handling aggregate display settings.
Definition: DtSharedAggregateDisplaySettingsManager.h:27
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
void defaultManagerRegisterInstanceFunction(DtDe &de, ManagerClass *mgr)
Default implementation of how to register a manager, especially necessary when overriding the manager...
Definition: DtDe.h:847
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
ManagerClass & defaultManagerInstanceFunction(DtDe &de, bool allowedInSlave)
default Manager instance function.
Definition: DtDe.h:809
Contains the DtSharedAggregateDisplaySettings class declaration.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains the DtAggregateSettingsRecord class declaration.
Contains the DtBaseSettingsManager class declaration.
Contains DLL export macros.