VR-Forces 4.1.1 Class Documentation
bhaveTaskActions.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: bhaveTaskActions.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #ifndef bhaveTaskActions_H_
13 #define bhaveTaskActions_H_
14 
17 
18 namespace BHAVE
19 {
20  namespace BHAVE3DGui
21  {
22 
27  {
28  public:
29 
32 
34  virtual ~DtBhaveTaskFollowAction();
35 
37  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
38 
39  protected:
40 
41  int myId;
42 
43  };
44 
49  {
50  public:
51 
54 
57 
59  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
60 
61  protected:
62 
63  int myId;
64 
65  };
66 
71  {
72  public:
73 
76 
79 
81  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
82 
83  protected:
84 
85  int myId;
86 
87  };
88 
93  {
94  public:
95 
98 
101 
103  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
104 
105  protected:
106 
107  int myId;
108 
109  };
110 
115  {
116  public:
117 
120 
123 
125  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
126 
127  protected:
128 
129  int myId;
130 
131  };
132 
137  {
138  public:
139 
142 
145 
147  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
148 
149  protected:
150 
151  int myId;
152 
153  };
155  {
156  public:
157 
160 
162  virtual ~DtBhaveTaskWanderAction();
163 
165  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
166 
167  protected:
168 
169  int myId;
170 
171  };
172 
177  {
178 
179  public:
180 
183 
185  virtual ~DtBhaveTaskFleeAction();
186 
188  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
189 
190  protected:
191 
192  int myId;
193 
194  };
195 
200  {
201 
202  public:
203 
206 
208  virtual ~DtBhaveTaskHideAction();
209 
211  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
212 
213  protected:
214 
215  int myId;
216 
217  };
218  }
219 }
220 
221 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)