Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlCore
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;
25
class
axlInspectorObjectInterface
;
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
axlInspectorObjectInterface
Definition:
axlInspectorObjectFactory.h:41
AXLCORE_EXPORT
#define AXLCORE_EXPORT
Definition:
axlCoreExport2.h:15
axlAbstractVisitor
Return a dialog.
Definition:
axlAbstractVisitor.h:27
Generated on Sun Dec 2 2018 20:28:08 for Axl-2.5.1 by 1.8.9.1