25 class DtEventQueueInterface;
26 class DtSharedSettingsManager;
27 class DtDisplayUnitsSettingsSignaler;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
event_signal< void(const DtUnicode &, const DtUnicode &, unsigned int, unsigned int)> signal_displayUnitDecimalsChanged
Signals that the precision for a given display unit has changed.
Definition: DtDisplayUnitsSettingsSignaler.h:69
event_signal< void(const DtUnicode &, const DtUnicode &, unsigned int, unsigned int)> signal_displayUnitChanged
Signals that the active display unit for the given type has changed.
Definition: DtDisplayUnitsSettingsSignaler.h:61
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:42
Contains makVrv::event_signal class.
a event_signal, the signal queues events into an event queue
Definition: event_signal.h:46
event_signal< void(bool)> signal_suppressMagneticNorthNotationEnabledChanged
Signals that the setting controlling whether or not to suppress the magnetic north notation has chang...
Definition: DtDisplayUnitsSettingsSignaler.h:74
The event queue interface is a cross thread event queue used to emit event_signal across thread bound...
Definition: DtEventQueueInterface.h:27
Contains the DtSharedDisplayUnitsSettings class declaration.
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The Display Units Settings signaler class is used to inform other Vantage components of changes to th...
Definition: DtDisplayUnitsSettingsSignaler.h:35
Contains makVrv::DtUniqueID type.
Contains DLL export macros.