VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
environmentControlAreaInterface.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 
15 #include <string>
16 #include <boost/signals2.hpp>
17 
18 namespace makVrf
19 {
23  {
24  public:
25 
28 
30  virtual void setTimeOfDay(int hours, int mins, int secs) = 0;
31 
33  virtual void setDateAndTimeOfDay(int year, int month, int day, int hours, int mins, int secs) = 0;
34 
36  virtual void updateWeatherIcon() = 0;
37  virtual void updateWeatherIconForWindSpeed(makVrv::DtEnvironmentInterface::DtElevationalConfigurationRecord record) = 0;
38 
39  virtual void setIllumination(double, int sunState, const std::string& iconFile) = 0;
40 
42  boost::signals2::signal<void ()> signal_timeEnvironmentSettingsRequested;
43  boost::signals2::signal<void ()> signal_weatherEnvironmentSettingsRequested;
44 
45  };
46 }
47 
The declaration of the makVrv::DtEnvironmentInterface class.
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Record for an elevational configuration A record of this type consists of 1) a base MSL altitude...
Definition: DtEnvironmentRecord.h:236
boost::signals2::signal< void()> signal_weatherEnvironmentSettingsRequested
Definition: environmentControlAreaInterface.h:43
Abstract interface for the environment area widget.
Definition: environmentControlAreaInterface.h:22
boost::signals2::signal< void()> signal_timeEnvironmentSettingsRequested
Definition: environmentControlAreaInterface.h:42

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)