VR-Forces 4.1 Class Documentation
bhaveMenuActions.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include <vrvCore/DtDe.h>
14 #include <vrvCoreQt/DtMenuItem.h>
15 
16 #include <QtCore/QProcess>
17 
18 class QAction;
19 
20 namespace BHAVE
21 {
22  namespace BHAVE3DGui
23  {
24 
25  class DtBhaveCrowdCreationDialog;
26 
31  {
32  Q_OBJECT
33  public:
34 
37 
40 
42  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
43 
44  protected:
45 
47  virtual void on_triggered();
48 
49  protected:
50 
53  };
54 
59  {
60  Q_OBJECT
61  public:
62 
65 
68 
70  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
71 
72  protected:
73 
75  virtual void on_triggered();
76 
77  protected:
78 
81  };
82 
87  {
88  public:
89  //CTOR
91 
92  //DTOR
94 
96  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
97  };
98 
103  {
104  Q_OBJECT
105  public:
106 
109 
111  virtual ~DtBhaveAboutBoxAction();
112 
114  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
115 
116  protected:
117 
119  virtual void on_triggered();
120 
121  protected:
122 
125 
126  };
127 
132  {
133  Q_OBJECT
134  public:
135 
138 
140  virtual ~DtBhaveHelpAction();
141 
143  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
144 
145  protected:
146 
148  virtual void on_triggered();
149 
150  protected:
151 
154  QProcess* myAssistant;
155 
156  };
157  }
158 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)