Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlGui
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
31
class
axlInspectorObjectController
;
32
33
class
axlInspectorToolFieldGeneratorPrivate;
34
35
class
AXLGUI_EXPORT
axlInspectorToolFieldGenerator
:
public
QFrame
36
{
37
Q_OBJECT
38
39
public
:
40
axlInspectorToolFieldGenerator
(QWidget *parent = 0);
41
~
axlInspectorToolFieldGenerator
(
void
);
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
axlInspectorToolFieldGenerator
Definition:
axlInspectorToolFieldGenerator.h:35
AXLGUI_EXPORT
#define AXLGUI_EXPORT
Definition:
axlGuiExport2.h:15
axlInspectorObjectController
Definition:
axlInspectorObjectController.h:32
axlAbstractData
Class axlAbstractData defines an API for all type of axel data.
Definition:
axlAbstractData.h:33
Generated on Sun Dec 2 2018 20:28:10 for Axl-2.5.1 by 1.8.9.1