Developer documentation | Axl-2.5.1

axlViewDefault.h
Go to the documentation of this file.
1 #ifndef axlViewDefault_H
2 #define axlViewDefault_H
3 
4 #include "axlAbstractActor.h"
5 #include "axlCoreExport.h"
6 
8 #include <dtkCoreSupport/dtkAbstractData.h>
9 
10 class axlViewDefaultPrivate;
11 
13 {
14  Q_OBJECT
15 
16 public:
17  axlViewDefault(void);
18  ~axlViewDefault(void);
19 
20  QWidget *widget(void);
21 
22 
23 private:
24  axlViewDefaultPrivate *d;
25 };
26 
27 #endif // axlViewDefault_H
#define AXLCORE_EXPORT