Developer documentation | Axl-2.5.1

axlAbstractVisitor.h
Go to the documentation of this file.
1 /* axlAbstractVisitor.h ---
2  *
3  * Author: Anais Ducoffe
4  * Copyright (C) 2013 - Anais Ducoffe, Inria.
5  */
6 
7 /* Commentary:
8  *
9  */
10 
11 /* Change log:
12  *
13  */
14 
15 #ifndef AXLABSTRACTVISITOR_H
16 #define AXLABSTRACTVISITOR_H
17 
18 #include "axlCoreExport.h"
19 
20 #include <dtkCoreSupport/dtkAbstractObject.h>
21 
22 #include <QtGui>
23 
24 class axlAbstractVisitorPrivate;
26 
27 class AXLCORE_EXPORT axlAbstractVisitor : public dtkAbstractObject
28 {
29  Q_OBJECT
30 
31 public:
32  axlAbstractVisitor(QObject* parent = NULL);
33  virtual ~axlAbstractVisitor(void);
34 
35 //public:
36  //virtual axlInspectorObjectInterface *form(void);
37 
38 
39 private:
40  axlAbstractVisitorPrivate *d;
41 };
42 #endif // AXLABSTRACTVISITOR_H
#define AXLCORE_EXPORT
Return a dialog.