Developer documentation | Axl-2.5.1

axlInspectorToolFieldGenerator.h
Go to the documentation of this file.
1 /* axlInspectorToolFieldGenerator.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 AXLINSPECTORTOOLFIELDGENERATOR_H
21 #define AXLINSPECTORTOOLFIELDGENERATOR_H
22 
23 #include "axlGuiExport.h"
24 
25 class dtkAbstractData;
26 class axlAbstractData;
27 
28 
29 #include <QtWidgets>
30 
32 
33 class axlInspectorToolFieldGeneratorPrivate;
34 
36 {
37  Q_OBJECT
38 
39 public:
40  axlInspectorToolFieldGenerator(QWidget *parent = 0);
42 
43  void setController(axlInspectorObjectController *controller);
44 
45 signals:
46  void dataSetFieldsChanged(QList<axlAbstractData *> dataSet, QString fieldName);
47 
48 
49 public slots:
50  void setImplementation(const QString& implementation);
51 
52 public slots:
53  void run(void);
54 
55 private:
56  axlInspectorToolFieldGeneratorPrivate *d;
57 };
58 
59 #endif //AXLINSPECTORTOOLFIELDGENERATOR_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlAbstractData defines an API for all type of axel data.