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