VR-Forces 4.8 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 
14 #include <string>
15 #include <boost/signals2.hpp>
16 
17 namespace makVrf
18 {
22  {
23  public:
24 
27 
29  virtual void setTimeOfDay(int hours, int mins, int secs) = 0;
30 
32  virtual void setDateAndTimeOfDay(int year, int month, int day, int hours, int mins, int secs) = 0;
33 
35  virtual void updateWeatherIcon() = 0;
36 
37  virtual void setIllumination(double, int sunState, const std::string& iconFile) = 0;
38 
40  boost::signals2::signal<void ()> signal_timeEnvironmentSettingsRequested;
41  boost::signals2::signal<void ()> signal_weatherEnvironmentSettingsRequested;
42 
43  };
44 }
45 
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
boost::signals2::signal< void()> signal_weatherEnvironmentSettingsRequested
Definition: environmentControlAreaInterface.h:41
Abstract interface for the environment area widget.
Definition: environmentControlAreaInterface.h:21
boost::signals2::signal< void()> signal_timeEnvironmentSettingsRequested
Definition: environmentControlAreaInterface.h:40

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)