VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentControlAreaLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 #include <matrix/geodeticCoord.h>
16 
17 class DtSimulationAddress;
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 namespace makVrf
25 {
26  class DtEnvironmentControlAreaInterface;
27  class DtVrfScenarioManager;
28 
30  {
31 
32  public:
33 
35  static DtEnvironmentControlAreaLogic* create(makVrv::DtDe& de,
37 
40 
41  virtual void updateTimeOfDay(bool force = false);
42  virtual void updateIlluminationIcon(bool force = false);
43 
44  protected:
45 
48 
49  protected:
50 
51  virtual void slot_dateAndTimeOfDayChanged(int year, int month, int day, int hours, int mins, int secs);
52  virtual void slot_timeEnvironmentSettingsRequested();
53  virtual void slot_weatherEnvironmentSettingsRequested();
54  virtual void timezoneChanged();
55  virtual void resetTimer();
56  virtual void dateAndTimeFormatChanged(std::string);
57  virtual void reseedTimeOfDayCounter();
58 
59  protected:
60 
65 
67 
68  DtGeodeticCoord myEyepoint;
69 
71 
73  };
74 }
75 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)