Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlGui
axlInspectorToolCreateMiddlePoint.h
Go to the documentation of this file.
1
/* axlInspectorToolCreateMiddlePoint.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 AXLINSPECTORTOOLCREATEMIDDLEPOINT_H
16
#define AXLINSPECTORTOOLCREATEMIDDLEPOINT_H
17
18
#include "axlGuiExport.h"
19
20
class
dtkAbstractData;
21
class
axlAbstractData
;
22
23
24
#include <QtWidgets>
25
26
class
axlInspectorObjectController
;
27
28
class
axlInspectorToolCreateMiddlePointPrivate;
29
30
class
AXLGUI_EXPORT
axlInspectorToolCreateMiddlePoint
:
public
QFrame
31
{
32
Q_OBJECT
33
34
public
:
35
axlInspectorToolCreateMiddlePoint
(QWidget *parent = 0);
36
~
axlInspectorToolCreateMiddlePoint
(
void
);
37
38
//void setController(axlInspectorObjectController *controller);
39
40
signals:
41
void
dataInserted(
axlAbstractData
*data);
42
43
44
public
slots:
45
void
run(
void
);
46
47
private
:
48
axlInspectorToolCreateMiddlePointPrivate *d;
49
};
50
51
#endif // AXLINSPECTORTOOLCREATEMIDDLEPOINT_H
AXLGUI_EXPORT
#define AXLGUI_EXPORT
Definition:
axlGuiExport2.h:15
axlInspectorObjectController
Definition:
axlInspectorObjectController.h:32
axlInspectorToolCreateMiddlePoint
Definition:
axlInspectorToolCreateMiddlePoint.h:30
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