VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfDisplayUnitsSettingsWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvUtil/signalslib.h>
19 
20 class QCheckBox;
21 class QComboBox;
22 
23 namespace makVrf
24 {
29  {
30  public:
33  Qt::WindowFlags f = 0);
34 
37  };
38 
43  {
44  Q_OBJECT
45 
46  public:
49  Qt::WindowFlags f = Qt::Widget );
50 
53 
54  protected:
56  virtual void slot_timezoneChanged(const std::string& oldTimezone, const std::string& newTimezone);
57 
59  virtual void slot_dateAndTimeFormattingChanged(const std::string& newFormat);
60 
61  virtual void slot_temperatureUnitsChanged(DtVrfDisplayUnitsSettingsManager::TemperatureUnits);
62  virtual void slot_temperatureDecimalsChanged(int);
63 
64  protected slots:
65  virtual void useLocalTimezoneChanged();
66  virtual void timezoneChanged();
67  virtual void dateTimeFormatChanged();
68  virtual void temperatureUnitsChanged();
69  virtual void temperatureDecimalsChanged();
70 
71  public:
76 
80 
81  protected:
84  };
85 
90 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)