VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEnvironmentConditionsLocalWeatherPage.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 DtLocalWeatherManagerWidget;
26 
31  public makVrv::DtPage
32  {
33  Q_OBJECT
34 
35  public:
36 
38  DtVrfEnvironmentConditionsLocalWeatherPage(makVrv::DtDe& de,QWidget* parent, Qt::WindowFlags f);
39 
42 
44  virtual QIcon icon();
45 
47  virtual QString title();
48 
50  virtual const std::string& pageClassName() const;
51 
53  static const std::string& thePageClassName();
54 
55  protected:
56 
57  virtual void setupGui();
58 
60  virtual void activate();
61 
63  virtual void deactivate();
64 
65  public:
68  QVBoxLayout* myMainLayout;
69  };
70 
73 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
Contains makVrv::DtPage class.
makVrv::DtPersistenceToolbarWidget * myToolbar
Definition: vrfEnvironmentConditionsLocalWeatherPage.h:66
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QVBoxLayout * myMainLayout
Definition: vrfEnvironmentConditionsLocalWeatherPage.h:68
A widget for configuring the local weather zones.
Definition: vrfEnvironmentConditionsLocalWeatherPage.h:30
Definition: DtPage.h:146
DtLocalWeatherManagerWidget * myWidget
Definition: vrfEnvironmentConditionsLocalWeatherPage.h:67
DtLocalWeatherManagerWidget.
Definition: localWeatherManagerWidget.h:32
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
makVrv::DtPageCreatorTemplate< DtVrfEnvironmentConditionsLocalWeatherPage > DtVrfEnvironmentConditionsLocalWeatherPageCreator
Definition: vrfEnvironmentConditionsLocalWeatherPage.h:72

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)