Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlGui
axlInspectorToolCreator.cpp
Go to the documentation of this file.
1
/* axlInspectorToolCreator.cpp ---
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
#include "
axlInspectorToolCreator.h
"
16
#include "
axlInspectorObjectController.h
"
17
#include "
axlInspectorObjectManagerTreeItem.h
"
18
19
#include <
axlCore/axlPoint.h
>
20
#include <
axlCore/axlLine.h
>
21
#include <
axlCore/axlAbstractData.h
>
22
#include <dtkCoreSupport/dtkAbstractProcessFactory.h>
23
#include <dtkCoreSupport/dtkAbstractProcess.h>
24
#include <dtkGuiSupport/dtkColorButton.h>
25
26
#include <
axlCore/axlDataDynamic.h
>
27
#include <
axlCore/axlLineCreator.h
>
28
//#include <axlCore/axlMiddleLine.h>
29
30
#include <QtGui>
31
32
class
axlInspectorToolCreatorPrivate
33
{
34
};
35
36
axlInspectorToolCreator::axlInspectorToolCreator
(QWidget *parent) :
axlInspectorToolInterface
(parent), d(new axlInspectorToolCreatorPrivate)
37
{
38
39
}
40
41
axlInspectorToolCreator::~axlInspectorToolCreator
(
void
)
42
{
43
delete
d;
44
45
d = NULL;
46
}
47
48
void
axlInspectorToolCreator::setController
(
axlInspectorObjectController
*controller)
49
{
50
Q_UNUSED(controller);
51
}
52
53
QList<axlAbstractData *>
axlInspectorToolCreator::returnInputsList
(
void
){
54
QList<axlAbstractData *> list;
55
return
list;
56
57
}
58
59
60
void
axlInspectorToolCreator::run
(
void
)
61
{
62
63
}
axlInspectorToolCreator.h
axlPoint.h
axlInspectorObjectManagerTreeItem.h
axlInspectorObjectController
Definition:
axlInspectorObjectController.h:32
axlInspectorToolInterface
Definition:
axlInspectorToolFactory.h:42
axlLineCreator.h
axlDataDynamic.h
axlInspectorToolCreator::setController
virtual void setController(axlInspectorObjectController *controller)
Definition:
axlInspectorToolCreator.cpp:48
axlLine.h
axlInspectorToolCreator::~axlInspectorToolCreator
~axlInspectorToolCreator(void)
Definition:
axlInspectorToolCreator.cpp:41
axlInspectorToolCreator::run
virtual void run(void)
Definition:
axlInspectorToolCreator.cpp:60
axlInspectorToolCreator::axlInspectorToolCreator
axlInspectorToolCreator(QWidget *parent=0)
Definition:
axlInspectorToolCreator.cpp:36
axlInspectorToolCreator::returnInputsList
virtual QList< axlAbstractData * > returnInputsList(void)
Definition:
axlInspectorToolCreator.cpp:53
axlAbstractData.h
axlInspectorObjectController.h
Generated on Sun Dec 2 2018 20:28:10 for Axl-2.5.1 by 1.8.9.1