VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEnvironmentConditionsDateAndTimeLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
17 namespace makVrf
18 {
22  {
23 
24  public:
25 
29 
32 
33  virtual void setDataEntryOnly(bool);
34  virtual bool dataEntryOnly() const;
35 
36  virtual void setSendToBackendOnly(bool);
37  virtual bool sendToBackendOnly() const;
38 
39  protected:
40 
42  virtual void onChangeTime(int hour,int minutes,double seconds);
43 
45  virtual void onChangeDate( int year,int month,int day );
46 
47  virtual void onUpdateTimeRequested();
48 
49  virtual void slot_useDayNightIlluminationModelChanged(bool);
50 
51  virtual void slot_timezoneChanged(const std::string& oldTimezone, const std::string& newTimezone);
52  virtual void slot_dateAndTimeFormattingChanged(const std::string& newFormat);
53  virtual void slot_timeOnCreationIsFrozen(bool);
54  virtual void slot_timeSetToLocalOnFirstPlacementChanged(bool);
55 
56  virtual void setTimeBasedOnCreation(bool);
57  virtual void slot_dateAndTimeOfDayChanged(int year, int month, int day, int hours, int mins, int secs);
58 
59  virtual void scenarioJustLoaded();
60 
61  protected:
66  };
67 
71  {
72  public:
75 
78 
79  protected:
81  virtual void onChangeTime(int hour,int minutes,double seconds);
82 
84  virtual void onChangeDate( int year,int month,int day );
85 
86  protected:
90  };
91 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)