Developer documentation | Axl-2.5.1

axlInspectorToolCreateMiddlePoint.h
Go to the documentation of this file.
1 /* axlInspectorToolCreateMiddlePoint.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 AXLINSPECTORTOOLCREATEMIDDLEPOINT_H
16 #define AXLINSPECTORTOOLCREATEMIDDLEPOINT_H
17 
18 #include "axlGuiExport.h"
19 
20 class dtkAbstractData;
21 class axlAbstractData;
22 
23 
24 #include <QtWidgets>
25 
27 
28 class axlInspectorToolCreateMiddlePointPrivate;
29 
31 {
32  Q_OBJECT
33 
34 public:
35  axlInspectorToolCreateMiddlePoint(QWidget *parent = 0);
37 
38  //void setController(axlInspectorObjectController *controller);
39 
40 signals:
41  void dataInserted(axlAbstractData *data);
42 
43 
44 public slots:
45  void run(void);
46 
47 private:
48  axlInspectorToolCreateMiddlePointPrivate *d;
49 };
50 
51 #endif // AXLINSPECTORTOOLCREATEMIDDLEPOINT_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlAbstractData defines an API for all type of axel data.