Developer documentation | Axl-2.5.1

axlInspectorToolCreatorPoint.h
Go to the documentation of this file.
1 /* axlInspectorToolCreatorPoint.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 AXLINSPECTORTOOLCREATORPOINT_H
21 #define AXLINSPECTORTOOLCREATORPOINT_H
22 
23 #include "axlGuiExport.h"
25 
26 class dtkAbstractData;
27 class axlAbstractData;
28 
29 
30 #include <QtWidgets>
31 
33 
34 class axlInspectorToolCreatorPointPrivate;
35 
37 {
38  Q_OBJECT
39 
40 public:
41  axlInspectorToolCreatorPoint(QWidget *parent = 0);
43 
45 
46 signals:
47  void dataInserted(axlAbstractData *data);
48 
49 
50 public slots:
51  void run(void);
52 
53 private:
54  axlInspectorToolCreatorPointPrivate *d;
55 };
56 
57 #endif //AXLINSPECTORTOOLCREATORPOINT_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
virtual void setController(axlInspectorObjectController *controller)
void dataInserted(axlAbstractData *data)
Class axlAbstractData defines an API for all type of axel data.