VR-Forces 4.3.1 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 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)