VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
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
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/vrfSimulationMenuItem.h
>
15
#include <
vrfGuiCoreQt/vrfEntityMenu.h
>
16
17
namespace
makVrf
18
{
20
class
DT_DLL_VRFGUICOREQT
DtShowWeatherStateItem
:
public
makVrv::DtMenuItem
21
{
22
Q_OBJECT
23
24
public
:
25
//CTOR
26
DtShowWeatherStateItem
(
makVrv::DtDe
& de);
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
:
39
makVrv::DtDe
&
myDe
;
40
QAction
*
myAction
;
41
};
42
45
class
DT_DLL_VRFGUICOREQT
DtIncreaseWeatherPriority
:
public
makVrv::DtMenuItem
46
{
47
Q_OBJECT
48
49
public
:
50
//CTOR
51
DtIncreaseWeatherPriority
(
makVrv::DtDe
& de);
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
:
64
makVrv::DtDe
&
myDe
;
65
QAction
*
myAction
;
66
};
67
70
class
DT_DLL_VRFGUICOREQT
DtBringWeatherToFront
:
public
makVrv::DtMenuItem
71
{
72
Q_OBJECT
73
74
public
:
75
//CTOR
76
DtBringWeatherToFront
(
makVrv::DtDe
& de);
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
:
89
makVrv::DtDe
&
myDe
;
90
QAction
*
myAction
;
91
};
92
95
class
DT_DLL_VRFGUICOREQT
DtDecreaseWeatherPriority
:
public
makVrv::DtMenuItem
96
{
97
Q_OBJECT
98
99
public
:
100
//CTOR
101
DtDecreaseWeatherPriority
(
makVrv::DtDe
& de);
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
:
114
makVrv::DtDe
&
myDe
;
115
QAction
*
myAction
;
116
};
117
119
class
DT_DLL_VRFGUICOREQT
DtSendWeatherToBack
:
public
makVrv::DtMenuItem
120
{
121
Q_OBJECT
122
123
public
:
124
//CTOR
125
DtSendWeatherToBack
(
makVrv::DtDe
& de);
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
:
138
makVrv::DtDe
&
myDe
;
139
QAction
*
myAction
;
140
};
141
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)