39 static const std::string& className();
45 void setModelSetVisualized(
DtModelSetId modelSet,
bool trueOrFalse );
55 modelSetVisualizedMap );
a read settings lock on a setting object. The object can only get read access aka const functions...
Definition: DtReadSettingsLock.h:48
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:42
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
ModelSetVisualizedMap myModelSetVisualizedMap
Definition: DtSharedModelSetSettings.h:65
std::map< DtModelSetId, bool > ModelSetVisualizedMap
Definition: DtSharedModelSetSettings.h:28
The shared model set settings.
Definition: DtSharedModelSetSettings.h:25
DtModelSetId
Definition: DtModelSetEnums.h:19
Contains DLL export macros.