VR-Forces 4.10 Class Documentation
 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) 2020 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 
72 
73  protected:
74 
77 
78  private:
79 
81 
83 
84  };
85 
86 }
Virtual base class.
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
The event queue interface is a cross thread event queue used to emit event_signal across thread bound...
Definition: DtEventQueueInterface.h:26
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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)