VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfEnvironmentConditionsDateAndTimePage.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 <vrvCore/DtDe.h>
15 #include <vrvCoreQt/DtPage.h>
16 
17 namespace makVrv
18 {
19  class DtPersistenceToolbarWidget;
20 }
21 
22 namespace makVrf
23 {
24  class DtVrfEnvironmentConditionsDateAndTimeWidget;
25  class DtVrfEnvironmentConditionsDateAndTimeLogic;
26 
30  {
31  Q_OBJECT;
32 
33  public:
34 
35  DtVrfEnvironmentConditionsDateAndTimePage (makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
36 
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
51  protected:
52 
53  virtual void setupGui();
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  protected:
63 
64  public:
67  };
68 
71 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)