VR-Forces 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() override;
30 
32  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent) override;
33 
34  protected:
35  virtual void on_triggered() override;
36  virtual void on_aboutToShow() override;
37 
38  protected:
41  };
42 
46  {
47  Q_OBJECT
48 
49  public:
50  //CTOR
52 
53  //DTOR
54  virtual ~DtIncreaseWeatherPriority() override;
55 
57  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent) override;
58 
59  protected:
60  virtual void on_triggered() override;
61  virtual void on_aboutToShow() override;
62 
63  protected:
66  };
67 
71  {
72  Q_OBJECT
73 
74  public:
75  //CTOR
77 
78  //DTOR
79  virtual ~DtBringWeatherToFront() override;
80 
82  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent) override;
83 
84  protected:
85  virtual void on_triggered() override;
86  virtual void on_aboutToShow() override;
87 
88  protected:
91  };
92 
96  {
97  Q_OBJECT
98 
99  public:
100  //CTOR
102 
103  //DTOR
104  virtual ~DtDecreaseWeatherPriority() override;
105 
107  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent) override;
108 
109  protected:
110  virtual void on_triggered() override;
111  virtual void on_aboutToShow() override;
112 
113  protected:
116  };
117 
120  {
121  Q_OBJECT
122 
123  public:
124  //CTOR
126 
127  //DTOR
128  virtual ~DtSendWeatherToBack() override;
129 
131  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent) override;
132 
133  protected:
134  virtual void on_triggered() override;
135  virtual void on_aboutToShow() override;
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:76
QAction * myAction
Definition: localWeatherMenuItems.h:65
makVrv::DtDe & myDe
Definition: localWeatherMenuItems.h:89

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)