24 class DtIntersectorSettingsRecord;
48 bool drawEnabled()
const;
50 void setDrawEnabled(
bool setting);
54 float drawnDuration()
const;
56 void setDrawnDuration(
float setting);
62 void setFailedIntersectorColor(
const DtColorValue& color);
69 void setOddSegmentIntersectorColor(
const DtColorValue& color);
76 void setEvenSegmentIntersectorColor(
const DtColorValue& color);
81 bool paperMapIntersectionOverride()
const;
85 void setPaperMapIntersectionOverride(
bool setting);
107 virtual void backup();
112 static const std::string& className();
bool myPaperMapIntersectionOverride
Definition: DtSharedIntersectorSettings.h:131
a read settings lock on a setting object.
Definition: DtReadSettingsLock.h:48
DtColorValue myEvenSegmentIntersectorColor
Definition: DtSharedIntersectorSettings.h:130
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:42
DtColorValue myOddSegmentIntersectorColor
Definition: DtSharedIntersectorSettings.h:129
The base class for all shared settings.
Definition: DtSharedSettings.h:45
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains the DtSharedSettings class declaration.
DtIntersectorSettingsBackup * mySettingsBackup
Definition: DtSharedIntersectorSettings.h:132
bool myDrawEnabled
Definition: DtSharedIntersectorSettings.h:126
The shared intersector settings.
Definition: DtSharedIntersectorSettings.h:37
a write settings lock on a setting object.
Definition: DtWriteSettingsLock.h:47
DtColorValue myFailedIntersectorColor
Definition: DtSharedIntersectorSettings.h:128
DtSharedRecordSettingsBackup< DtSharedIntersectorSettings, makArchives::DtIntersectorSettingsRecord > DtIntersectorSettingsBackup
Definition: DtSharedIntersectorSettings.h:30
Contains makArchives::DtIntersectorSettingsRecord class.
Template for Color values in [0,1] range.
Definition: DtColorValue.h:20
The makVrv::DtSharedRecordSettingsBackup is a templaced class that settings records will use in order...
Definition: DtRecordSettingsBackup.h:197
float myDrawnDuration
Definition: DtSharedIntersectorSettings.h:127
A DtIntersectorSettingsRecord contains the information to regarding intersector settings the applicat...
Definition: DtIntersectorSettingsRecord.h:18