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);
99 virtual void backup();
104 static const std::string& className();
a read settings lock on a setting object.
Definition: DtReadSettingsLock.h:51
DtColorValue myEvenSegmentIntersectorColor
Definition: DtSharedIntersectorSettings.h:122
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:45
DtColorValue myOddSegmentIntersectorColor
Definition: DtSharedIntersectorSettings.h:121
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:123
bool myDrawEnabled
Definition: DtSharedIntersectorSettings.h:118
The shared intersector settings.
Definition: DtSharedIntersectorSettings.h:37
a write settings lock on a setting object.
Definition: DtWriteSettingsLock.h:50
DtColorValue myFailedIntersectorColor
Definition: DtSharedIntersectorSettings.h:120
DtSharedRecordSettingsBackup< DtSharedIntersectorSettings, makArchives::DtIntersectorSettingsRecord > DtIntersectorSettingsBackup
Definition: DtSharedIntersectorSettings.h:30
Contains makArchives::DtIntersectorSettingsRecord class.
Template for Color values in [0,1] range.
Definition: DtColorValue.h:18
The makVrv::DtSharedRecordSettingsBackup is a templaced class that settings records will use in order...
Definition: DtRecordSettingsBackup.h:200
float myDrawnDuration
Definition: DtSharedIntersectorSettings.h:119
A DtIntersectorSettingsRecord contains the information to regarding intersector settings the applicat...
Definition: DtIntersectorSettingsRecord.h:18