VR-Forces 4.7 Class Documentation
 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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)