VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDisplayUnitsSettingsSignaler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtUniqueID.h>
15 
17 #include <vrvUtil/event_signal.h>
18 #include <vrvUtil/signalslib.h>
19 #include <vrvUtil/DtUnicode.h>
20 
21 namespace makVrv
22 {
23 
24  class DtWidgetAgent;
25  class DtEventQueueInterface;
26  class DtSharedSettingsManager;
27  class DtDisplayUnitsSettingsSignaler;
28 
36  {
37  public:
38 
41 
44 
48 
51 
54 
62 
70 
75 
77 
78  protected:
79 
82 
83  private:
84 
86 
88 
89  };
90 
91 }
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.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)