97 template <
typename ManagerClass>
101 template <
typename ManagerClass>
Base class for (non-shared) settings managers. Extends the functionality provided by the DtCommonBase...
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:866
DtCloudTypeToCloudLayerRecordMap myCloudTypeToCloudLayerRecordMap
Definition: DtCloudLayerSettingsManager.h:109
The declaration of the makVrv::DtCloudTypeMapper class.
ManagerClass & defaultManagerInstanceFunction(DtDe &de, bool allowedInSlave)
default Manager instance function. Manager requirements: 1) Static instance function 2) Protected DtS...
Definition: DtDe.h:828
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
CloudType
Cloud layer types.
Definition: DtCloudTypeMapper.h:35
Contains the DtBaseSettingsManager class declaration.
Contains DLL export macros.