97 template <
typename ManagerClass>
101 template <
typename ManagerClass>
Base class for (non-shared) settings managers.
Definition: DtBaseSettingsManager.h:271
Contains makArchives::DtCloudLayerListRecord class.
std::map< DtCloudTypeMapper::CloudType, makArchives::DtCloudLayerRecord > DtCloudTypeToCloudLayerRecordMap
Definition: DtCloudLayerSettingsManager.h:51
A record class that maintains a list of cloud layer records.
Definition: DtCloudLayerListRecord.h:19
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
A singleton settings manager, rooted in the display engine, that maintains default values for some cl...
Definition: DtCloudLayerSettingsManager.h:47
void defaultManagerRegisterInstanceFunction(DtDe &de, ManagerClass *mgr)
Default implementation of how to register a manager, especially necessary when overriding the manager...
Definition: DtDe.h:847
DtCloudTypeToCloudLayerRecordMap myCloudTypeToCloudLayerRecordMap
Definition: DtCloudLayerSettingsManager.h:109
The declaration of the makVrv::DtCloudTypeMapper class.
ManagerClass & defaultManagerInstanceFunction(DtDe &de, bool allowedInSlave)
default Manager instance function.
Definition: DtDe.h:809
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
CloudType
Cloud layer types.
Definition: DtCloudTypeMapper.h:35
Contains the DtBaseSettingsManager class declaration.
Contains DLL export macros.