VR-Forces 4.2 Class Documentation
vrfEnvironmentConditionsDateAndTimeLogic.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 
14 #include <vrvCoreQt/DtDateAndTimeInterface.h>
15 #include <vrvUtil/DtSignalConnectionManager.h>
16 
17 namespace makVrf
18 {
22  {
23 
24  public:
25 
28  makVrv::DtDateAndTimeInterface& iface);
29 
32 
33  protected:
34 
36  void setupGui();
37 
39  void onChangeTime(int hour,int minutes,double seconds);
40 
41  protected:
42 
43  makVrv::DtDe& myDe;
44  makVrv::DtDateAndTimeInterface& myInterface;
45  makVrv::DtSignalConnectionManager mySignals;
46  };
47 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)