Developer documentation | Axl-2.5.1

axlInspectorToolCreatorDataDynamicDialog.h
Go to the documentation of this file.
1 /* axlInspectorToolCreatorDataDynamicDialog.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 AXLINSPECTORTOOLCREATORDATADYNAMICDIALOG_H
16 #define AXLINSPECTORTOOLCREATORDATADYNAMICDIALOG_H
17 
18 #include "axlGuiExport.h"
19 
20 class dtkAbstractData;
21 class axlAbstractData;
22 //class axlDouble;
23 
24 
25 #include <QtWidgets>
26 
28 
29 class axlInspectorToolCreatorDataDynamicDialogPrivate;
30 
32 {
33  Q_OBJECT
34 
35 public:
36  axlInspectorToolCreatorDataDynamicDialog(QWidget *parent = 0);
38 
39  void setController(axlInspectorObjectController *controller);
40 
41 signals:
42  void dataInserted(axlAbstractData *data);
43 // void doubleInputInserted(QList<axlDouble *> dataList);
44 
45 
46 public slots:
47  void run(void);
48  void setProcessName(void);
49 
50 private:
51  axlInspectorToolCreatorDataDynamicDialogPrivate *d;
52 };
53 
54 #endif // AXLINSPECTORTOOLCREATORDATADYNAMICDIALOG_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlInspectorToolCreatorDataDynamicDialog is the dialog used to create dynamic data...
Class axlAbstractData defines an API for all type of axel data.