13 #ifndef DtSharedModelSetSettings_H_
14 #define DtSharedModelSetSettings_H_
41 static const std::string& className();
47 void setModelSetVisualized(
int modelSet,
bool trueOrFalse );
50 bool modelSetVisualized(
int modelSet )
const;
57 modelSetVisualizedMap );
a read settings lock on a setting object.
Definition: DtReadSettingsLock.h:51
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:45
The base class for all shared settings.
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.
Definition: DtWriteSettingsLock.h:50
ModelSetVisualizedMap myModelSetVisualizedMap
Definition: DtSharedModelSetSettings.h:67
The shared model set settings.
Definition: DtSharedModelSetSettings.h:27
std::map< int, bool > ModelSetVisualizedMap
Definition: DtSharedModelSetSettings.h:30
Contains DLL export macros.