VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfTimeOfDayWidget.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 
13 #include <vrvUtil/signalslib.h>
16 #include <matrix/geodeticCoord.h>
17 
18 
19 namespace makVrf
20 {
25  {
26  Q_OBJECT
27 
28  public:
30  DtVrfTimeOfDayWidget(makVrv::DtDe& de,QWidget* parent = 0, Qt::WindowFlags f = 0);
31 
33  virtual ~DtVrfTimeOfDayWidget();
34 
36  virtual void activate() {};
37 
39  virtual void deactivate() {};
40 
41  protected:
42 
43  };
44 }
virtual void activate()
Activate this widget.
Definition: vrfTimeOfDayWidget.h:36
A widget for configuring the environment.
Definition: vrfEnvironmentConditionsDateAndTimeWidget.h:31
virtual void deactivate()
Deactivate this widget.
Definition: vrfTimeOfDayWidget.h:39
A widget for configuring the time of day.
Definition: vrfTimeOfDayWidget.h:23
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

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)