VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfEnvironmentConditionsWeatherPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvUtil/signalslib.h>
14 #include <vrvCoreQt/DtPage.h>
15 
16 class QVBoxLayout;
17 
18 namespace makVrv
19 {
20  class DtPersistenceToolbarWidget;
21 }
22 
23 namespace makVrf
24 {
25  class DtVrfEnvironmentConditionsWeatherWidget;
26  class DtVrfEnvironmentConditionsWeatherLogic;
27 
32  public makVrv::DtPage
33  {
34  Q_OBJECT
35 
36  public:
37 
39  DtVrfEnvironmentConditionsWeatherPage(makVrv::DtDe& de,QWidget* parent, Qt::WindowFlags f);
40 
43 
45  virtual QIcon icon();
46 
48  virtual QString title();
49 
51  virtual const std::string& pageClassName() const;
52 
54  static const std::string& thePageClassName();
55 
56  protected:
57 
58  virtual void setupGui();
59 
61  virtual void activate();
62 
64  virtual void deactivate();
65 
66  public:
70  QVBoxLayout* myMainLayout;
71  };
72 
75 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)