Developer documentation | Axl-2.5.1

axlInspectorToolCreatorTorus.h
Go to the documentation of this file.
1 /* axlInspectorToolCreatorTorus.h ---
2  *
3  * Author: Valentin Michelet
4  * Copyright (C) 2008 - Valentin Michelet, Inria.
5  * Created: Tue Nov 9 16:58:59 2010 (+0100)
6  * Version: $Id$
7  * Last-Updated: Mon Dec 6 15:46:18 2010 (+0100)
8  * By: Valentin Michelet
9  * Update #: 21
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLINSPECTORTOOLCREATORTORUS_H
21 #define AXLINSPECTORTOOLCREATORTORUS_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 axlInspectorToolCreatorTorusPrivate;
37 
39  Q_OBJECT
40 
41 public:
42  axlInspectorToolCreatorTorus(QWidget *parent = 0);
43  virtual ~axlInspectorToolCreatorTorus(void);
44 
46  QList<axlAbstractData *> returnInputsList(void);
47 
48 signals:
49  void dataInserted(axlAbstractData *data);
50 
51 public slots:
52  void run(void);
53 
54 private:
55  axlInspectorToolCreatorTorusPrivate *d;
56 };
57 
59 
60 #endif // AXLINSPECTORTOOLCREATORTORUS_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlDouble defines a double.
Definition: axlDouble.h:29
AXLGUI_EXPORT axlInspectorToolInterface * createaxlInspectorToolCreatorTorus(void)
virtual void setController(axlInspectorObjectController *controller)
void dataInserted(axlAbstractData *data)
Class axlAbstractData defines an API for all type of axel data.
virtual QList< axlAbstractData * > returnInputsList(void)