Developer documentation | Axl-2.5.1

axlInspectorToolCreatorPointSet.h
Go to the documentation of this file.
1 /* axlInspectorToolCreatorPointSet.h ---
2  *
3  * Author: Meriadeg Perrinel
4  * Copyright (C) 2008 - Meriadeg Perrinel, Inria.
5  * Created: Wed Mar 16 17:17:53 2011 (+0100)
6  * Version: $Id$
7  * Last-Updated: Wed Mar 16 17:37:04 2011 (+0100)
8  * By: Meriadeg Perrinel
9  * Update #: 14
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLINSPECTORTOOLCREATORPOINTSET_H
21 #define AXLINSPECTORTOOLCREATORPOINTSET_H
22 
23 #include "axlGuiExport.h"
24 
25 class dtkAbstractData;
26 class axlAbstractData;
27 
28 
29 #include <QtWidgets>
30 
32 
33 class axlInspectorToolCreatorPointSetPrivate;
34 
36 {
37  Q_OBJECT
38 
39 public:
40  axlInspectorToolCreatorPointSet(QWidget *parent = 0);
42 
43  void setController(axlInspectorObjectController *controller);
44 
45 signals:
46  void dataInserted(axlAbstractData *data);
47 
48 
49 public slots:
50  void run(void);
51 
52 private:
53  axlInspectorToolCreatorPointSetPrivate *d;
54 };
55 
56 #endif //axlInspectorToolCreatorPointSet_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlAbstractData defines an API for all type of axel data.