VR-Forces 4.3 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>
18 
19 class QCheckBox;
20 class QComboBox;
21 
22 namespace makVrf
23 {
28  {
29  public:
32  Qt::WindowFlags f = 0);
33 
36  };
37 
42  {
43  Q_OBJECT
44 
45  public:
48  Qt::WindowFlags f = Qt::Widget );
49 
52 
53  protected:
55  virtual void slot_timezoneChanged(const std::string& oldTimezone, const std::string& newTimezone);
56 
58  virtual void slot_dateAndTimeFormattingChanged(const std::string& newFormat);
59 
60  protected slots:
61  virtual void useLocalTimezoneChanged();
62  virtual void timezoneChanged();
63  virtual void dateTimeFormatChanged();
64 
65  public:
70 
71  protected:
74  };
75 
80 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)