VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
localWeatherMenuItems.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 
16 
17 namespace makVrf
18 {
21  {
22  Q_OBJECT
23 
24  public:
25  //CTOR
27 
28  //DTOR
29  virtual ~DtShowWeatherStateItem();
30 
32  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
33 
34  protected:
35  virtual void on_triggered();
36  virtual void on_aboutToShow();
37 
38  protected:
41  };
42 
46  {
47  Q_OBJECT
48 
49  public:
50  //CTOR
52 
53  //DTOR
54  virtual ~DtIncreaseWeatherPriority();
55 
57  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
58 
59  protected:
60  virtual void on_triggered();
61  virtual void on_aboutToShow();
62 
63  protected:
66  };
67 
71  {
72  Q_OBJECT
73 
74  public:
75  //CTOR
77 
78  //DTOR
79  virtual ~DtBringWeatherToFront();
80 
82  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
83 
84  protected:
85  virtual void on_triggered();
86  virtual void on_aboutToShow();
87 
88  protected:
91  };
92 
96  {
97  Q_OBJECT
98 
99  public:
100  //CTOR
102 
103  //DTOR
104  virtual ~DtDecreaseWeatherPriority();
105 
107  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
108 
109  protected:
110  virtual void on_triggered();
111  virtual void on_aboutToShow();
112 
113  protected:
116  };
117 
120  {
121  Q_OBJECT
122 
123  public:
124  //CTOR
126 
127  //DTOR
128  virtual ~DtSendWeatherToBack();
129 
131  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
132 
133  protected:
134  virtual void on_triggered();
135  virtual void on_aboutToShow();
136 
137  protected:
140  };
141 }
Builder for menu items.
Definition: DtMenuItem.h:23
A menu item to show/hide items on the weather overlay layer.
Definition: localWeatherMenuItems.h:20
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
makVrv::DtDe & myDe
Definition: localWeatherMenuItems.h:138
QAction * myAction
Definition: localWeatherMenuItems.h:139
QAction * myAction
Definition: localWeatherMenuItems.h:115
Makes this the lowest priority weather item, increasing priority of all other weather items...
Definition: localWeatherMenuItems.h:119
Sets the priority of the current weather item to 1, decreasing all priorities of other weather items...
Definition: localWeatherMenuItems.h:70
QAction * myAction
Definition: localWeatherMenuItems.h:90
makVrv::DtDe & myDe
Definition: localWeatherMenuItems.h:64
makVrv::DtDe & myDe
Definition: localWeatherMenuItems.h:39
Decreases the priority of the currently selected weather item – this will also change the priority of...
Definition: localWeatherMenuItems.h:95
makVrv::DtDe & myDe
Definition: localWeatherMenuItems.h:114
QAction * myAction
Definition: localWeatherMenuItems.h:40
Increases the priority of the currently selected weather item – this will also change the priority of...
Definition: localWeatherMenuItems.h:45
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:70
QAction * myAction
Definition: localWeatherMenuItems.h:65
makVrv::DtDe & myDe
Definition: localWeatherMenuItems.h:89

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)