Developer documentation | Axl-2.5.1

axlInspectorToolCreatorEllipsoid.h
Go to the documentation of this file.
1 /* axlInspectorToolCreatorEllipsoid.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 AXLINSPECTORTOOLCREATORELLIPSOID_H
21 #define AXLINSPECTORTOOLCREATORELLIPSOID_H
22 
23 #include "axlGuiExport.h"
26 
27 class dtkAbstractData;
28 class axlAbstractData;
29 
30 
31 #include <QtWidgets>
32 
34 
35 class axlInspectorToolCreatorEllipsoidPrivate;
36 
38 {
39  Q_OBJECT
40 
41 public:
42  axlInspectorToolCreatorEllipsoid(QWidget *parent = 0);
44 
46  QList<axlAbstractData *> returnInputsList(void);
47 
48 signals:
49  void radiusXUpdated(double radiusX);
50  void radiusYUpdated(double radiusY);
51  void radiusZUpdated(double radiusZ);
52  void dataInserted(axlAbstractData *data);
53 
54 public slots:
55  void onUpdateRadiusX(double);
56  void onUpdateRadiusY(double);
57  void onUpdateRadiusZ(double);
58  void onUpdateSemix(double radius);
59  void onUpdateSemiy(double radius);
60  void onUpdateSemiz(double radius);
61  void orthogonalise(int& status);
62  void run(void);
63 
64 private:
65  axlInspectorToolCreatorEllipsoidPrivate *d;
66 };
67 
69 
70 #endif //AXLINSPECTORTOOLCREATORELLIPSOID_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
AXLGUI_EXPORT axlInspectorToolInterface * createaxlInspectorToolCreatorEllipsoid(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)