Developer documentation | Axl-2.5.1

axlInspectorToolCreatorCone.h
Go to the documentation of this file.
1 /* axlInspectorToolCreatorCone.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 AXLINSPECTORTOOLCREATORCONE_H
21 #define AXLINSPECTORTOOLCREATORCONE_H
22 
23 #include "axlGuiExport.h"
26 
27 class dtkAbstractData;
28 class axlAbstractData;
29 class axlDouble;
30 
31 
32 #include <QtWidgets>
33 
35 
36 class axlInspectorToolCreatorConePrivate;
37 
39 {
40  Q_OBJECT
41 
42 public:
43  axlInspectorToolCreatorCone(QWidget *parent = 0);
45 
47  QList<axlAbstractData *> returnInputsList(void);
48 
49 signals:
50  void dataInserted(axlAbstractData *data);
51 // void doubleInputInserted(QList<axlDouble *> dataList);
52 
53 
54 public slots:
55  void run(void);
56 
57 private:
58  axlInspectorToolCreatorConePrivate *d;
59 };
60 
62 
63 #endif //AXLINSPECTORTOOLCREATORCONE_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlDouble defines a double.
Definition: axlDouble.h:29
virtual void setController(axlInspectorObjectController *controller)
void dataInserted(axlAbstractData *data)
Class axlAbstractData defines an API for all type of axel data.
AXLGUI_EXPORT axlInspectorToolInterface * createaxlInspectorToolCreatorCone(void)
virtual QList< axlAbstractData * > returnInputsList(void)