Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlGui
axlInspectorToolCreatorPointSet.h
Go to the documentation of this file.
1
/* axlInspectorToolCreatorPointSet.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 AXLINSPECTORTOOLCREATORPOINTSET_H
21
#define AXLINSPECTORTOOLCREATORPOINTSET_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
axlInspectorToolCreatorPointSetPrivate;
34
35
class
AXLGUI_EXPORT
axlInspectorToolCreatorPointSet
:
public
QFrame
36
{
37
Q_OBJECT
38
39
public
:
40
axlInspectorToolCreatorPointSet
(QWidget *parent = 0);
41
~
axlInspectorToolCreatorPointSet
(
void
);
42
43
void
setController(
axlInspectorObjectController
*controller);
44
45
signals:
46
void
dataInserted(
axlAbstractData
*data);
47
48
49
public
slots:
50
void
run(
void
);
51
52
private
:
53
axlInspectorToolCreatorPointSetPrivate *d;
54
};
55
56
#endif //axlInspectorToolCreatorPointSet_H
AXLGUI_EXPORT
#define AXLGUI_EXPORT
Definition:
axlGuiExport2.h:15
axlInspectorObjectController
Definition:
axlInspectorObjectController.h:32
axlInspectorToolCreatorPointSet
Definition:
axlInspectorToolCreatorPointSet.h:35
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