VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
bhaveEntityCreatePalette.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #ifndef bhaveEntityCreatePalette_H_
10 #define bhaveEntityCreatePalette_H_
11 
13 #include <vrvUtil/signalslib.h>
14 
17 
18 namespace makVrf
19 {
20  namespace makVrfQt
21  {
23  }
24 }
25 
26 
27 namespace BHAVE
28 {
29  namespace BHAVE3DGui
30  {
33  {
34 
35  public:
36 
40 
43 
44  protected:
47 
48  virtual void slot_createObject(const makVrf::DtEntityMapperKey&);
49 
51  virtual void slot_modelSetChanged();
52 
53  };
54 
57  {
58  Q_OBJECT
59 
60  public:
62  DtBhaveEntityCreatePalette( makVrv::DtDe& de, bool favoritesSupported,
63  QWidget* parent = 0, Qt::WindowFlags flags = 0);
64 
66  virtual ~DtBhaveEntityCreatePalette();
67 
68  protected:
70  void setupUi(QWidget* p);
71  };
72 
73  }
74 }
75 
76 #endif

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)