10 #ifndef DtSharedModelSetSettings_H_
11 #define DtSharedModelSetSettings_H_
38 static const std::string& className();
44 void setModelSetVisualized(
int modelSet,
bool trueOrFalse );
47 bool modelSetVisualized(
int modelSet )
const;
54 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:64
The shared model set settings.
Definition: DtSharedModelSetSettings.h:24
std::map< int, bool > ModelSetVisualizedMap
Definition: DtSharedModelSetSettings.h:27
Contains DLL export macros.