25 class DtEntityTypeMapper;
26 class DtSharedAggregateDisplaySettings;
46 virtual bool displayAggregates()
const;
48 virtual void setDisplayAggregates(
bool enabled );
51 virtual bool displayAggregateLeafNodes()
const;
53 virtual void setDisplayAggregateLeafNodes(
bool enabled );
56 virtual bool displayInitiallyExpanded()
const;
58 virtual void setDisplayInitiallyExpanded(
bool enabled );
61 virtual bool displayAggregateBoundingBoxes()
const;
63 virtual void setDisplayAggregateBoundingBoxes(
bool enabled );
66 virtual bool displayAggregateBoundingBoxesForSelected()
const;
68 virtual void setDisplayAggregateBoundingBoxesForSelected(
bool enabled );
71 virtual bool displayMainIcon()
const;
73 virtual void setDisplayMainIcon(
bool enabled );
76 virtual bool ghostEchelonLevelItems()
const;
78 virtual void setGhostEchelonLevelItems(
bool enabled );
81 virtual bool ghostEchelonLevelItemLabels()
const;
83 virtual void setGhostEchelonLevelItemLabels(
bool enabled);
86 virtual bool allowSelectionOfGhostedItems()
const;
88 virtual void setAllowSelectionOfGhostedItems(
bool enabled );
91 virtual int echelonLevel()
const;
93 virtual void setEchelonLevel(
int level );
96 virtual double ghostingTransparency()
const;
98 virtual void setGhostingTransparency(
double transparency );
120 virtual void backup();
123 static const std::string& className();
140 bool applyFactoryOverrides(
141 makArchives::DtAggregateSettingsRecord& rec) const;
Base class for shared settings managers. Extends the functionality provided by the DtCommonBaseSettin...
Definition: DtBaseSettingsManager.h:372
a read settings lock on a setting object. The object can only get read access aka const functions...
Definition: DtReadSettingsLock.h:48
DtSharedRecordSettingsBackup< DtSharedAggregateDisplaySettings, makArchives::DtAggregateSettingsRecord > DtAggregateStateSettingsBackup
Definition: DtSharedAggregateDisplaySettings.h:27
DT_DLL_VRVCORE DtTaitBryan level(const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading)
Returns a level orientation with the topographic heading.
DtColorizedModelColorType
Enumeration for the model coloring mode.
Definition: DtSharedEntityDisplaySettings.h:38
The shared aggregate display settings object.
Definition: DtSharedAggregateDisplaySettings.h:34
The base class for all shared settings. Actual settings class should have the following members/decla...
Definition: DtSharedSettings.h:45
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains the DtSharedSettings class declaration.
a write settings lock on a setting object. The object can be read and modified, but no other threads ...
Definition: DtWriteSettingsLock.h:47
Record class for aggregate settings.
Definition: DtAggregateSettingsRecord.h:19
The makVrv::DtSharedRecordSettingsBackup is a templaced class that settings records will use in order...
Definition: DtRecordSettingsBackup.h:197
Contains the DtAggregateSettingsRecord class declaration.
Contains the DtBaseSettingsManager class declaration.
Contains DLL export macros.