VR-Forces Developer's Guide
 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 
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 
48  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
49 
51  virtual QString title();
52 
54  virtual const std::string& pageClassName() const;
55 
57  static const std::string& thePageClassName();
58 
59  protected:
60 
61  virtual void setupGui();
62 
64  virtual void activate();
65 
67  virtual void deactivate();
68 
69  public:
72  QVBoxLayout* myMainLayout;
73  };
74 
77 }
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:70
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QVBoxLayout * myMainLayout
Definition: vrfEnvironmentConditionsLocalWeatherPage.h:72
A widget for configuring the local weather zones.
Definition: vrfEnvironmentConditionsLocalWeatherPage.h:30
Definition: DtPage.h:150
DtLocalWeatherManagerWidget * myWidget
Definition: vrfEnvironmentConditionsLocalWeatherPage.h:71
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
makVrv::DtPageCreatorTemplate< DtVrfEnvironmentConditionsLocalWeatherPage > DtVrfEnvironmentConditionsLocalWeatherPageCreator
Definition: vrfEnvironmentConditionsLocalWeatherPage.h:76

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)