Drake Designer
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
ddGLWidgetView.h
Go to the documentation of this file.
1 #ifndef __ddGLWidgetView_h
2 #define __ddGLWidgetView_h
3 
4 #include "ddViewBase.h"
5 #include "ddAppConfigure.h"
6 
7 
9 {
10  Q_OBJECT
11 
12 public:
13 
14  ddGLWidgetView(QWidget* parent=0);
15  virtual ~ddGLWidgetView();
16 
17 protected:
18 
19  class ddInternal;
20  ddInternal* Internal;
21 
23 };
24 
25 #endif
ddInternal * Internal
Q_DISABLE_COPY(ddViewBase)
#define DD_APP_EXPORT