VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
createActions.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <vrvCoreQt/DtMenuItem.h>
15 
16 namespace makVrf
17 {
18  class DtComputedRouteDefinitionDialog;
19 
23  {
24  Q_OBJECT
25  public:
26  //CTOR
28 
29  //DTOR
30  virtual ~DtShowEntityPaletteAction();
31 
33  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
34 
35  protected:
36  virtual void on_triggered();
37  virtual void on_aboutToShow();
38 
39  protected:
41  };
42 
46  {
47  Q_OBJECT
48  public:
49  //CTOR
51 
52  //DTOR
54 
56  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
57 
58  protected:
59  virtual void on_triggered();
60  virtual void on_aboutToShow();
61 
62  protected:
64  };
65 
69  {
70  Q_OBJECT
71  public:
72  //CTOR
74 
75  //DTOR
76  virtual ~DtShowHazardPaletteAction();
77 
79  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
80 
81  protected:
82  virtual void on_triggered();
83  virtual void on_aboutToShow();
84 
85  protected:
87  };
88 
91  {
92  Q_OBJECT
93  public:
94  //CTOR
96 
97  //DTOR
99 
101  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
102 
103  protected:
104  virtual void on_triggered();
105 
106  protected:
108  };
109 
112  {
113  Q_OBJECT
114  public:
115  //CTOR
117 
118  //DTOR
120 
122  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
123 
124  protected:
125  virtual void on_triggered();
126  virtual void on_aboutToShow();
127 
128  protected:
131  };
132 
137  {
138  Q_OBJECT
139  public:
140 
143 
145  virtual ~DtCreateSpawnSinkAction();
146 
148  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
149 
150  protected:
151 
153  virtual void on_triggered();
154 
155  protected:
156 
159  };
160 
161  class DtCrowdCreationDialog;
162 
167  {
168  Q_OBJECT
169  public:
170 
173 
176 
178  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
179 
180  protected:
181 
183  virtual void on_triggered();
184 
185  protected:
186 
189  };
190 
191 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)