Computer Assited Medical Intervention Tool Kit
version 4.1
Datas
CamiTK
src
sdk
libraries
cepgenerator
ComponentExtensionGenerator.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* $CAMITK_LICENCE_BEGIN$
3
*
4
* CamiTK - Computer Assisted Medical Intervention ToolKit
5
* (c) 2001-2018 Univ. Grenoble Alpes, CNRS, TIMC-IMAG UMR 5525 (GMCAO)
6
*
7
* Visit http://camitk.imag.fr for more information
8
*
9
* This file is part of CamiTK.
10
*
11
* CamiTK is free software: you can redistribute it and/or modify
12
* it under the terms of the GNU Lesser General Public License version 3
13
* only, as published by the Free Software Foundation.
14
*
15
* CamiTK is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
* GNU Lesser General Public License version 3 for more details.
19
*
20
* You should have received a copy of the GNU Lesser General Public License
21
* version 3 along with CamiTK. If not, see <http://www.gnu.org/licenses/>.
22
*
23
* $CAMITK_LICENCE_END$
24
****************************************************************************/
25
#ifndef COMPONENTEXTENSIONGENERATOR_H
26
#define COMPONENTEXTENSIONGENERATOR_H
27
28
#if defined(_WIN32) && !defined(__MINGW32__) // MSVC only
29
#pragma warning( disable : 4290 )
30
#endif // MSVC only
31
32
33
// includes from Qt
34
#include <QString>
35
#include <QVector>
36
37
// local includes
38
#include "
ExtensionGenerator.h
"
39
40
namespace
cepcoreschema
{
41
class
ComponentExtension;
42
}
43
44
class
ComponentGenerator
;
45
53
class
ComponentExtensionGenerator
:
public
ExtensionGenerator
{
54
55
public
:
56
ComponentExtensionGenerator
(QString xmlFileName, QString componentExtensionsDirectory, QString licence =
""
);
57
ComponentExtensionGenerator
(cepcoreschema::ComponentExtension& domComponentExtension, QString componentExtensionsDirectory, QString licence =
""
);
58
59
~
ComponentExtensionGenerator
();
60
61
62
protected
:
64
void
generateActionOrComponent(QString directory)
override
;
65
void
writeCFile(QString directory)
override
;
66
void
writeHFile(QString directory)
override
;
67
68
void
generateTestDataFiles(QString directory, QString
testDataDirName
)
override
;
69
71
72
private
:
74
void
createFromDom(cepcoreschema::ComponentExtension& dom);
75
76
QString findComponentClass(QString suffix);
77
78
QVector<ComponentGenerator*>
components
;
79
80
};
81
82
#endif
ComponentGenerator
Create a component.
Definition:
ComponentGenerator.h:53
ComponentExtensionGenerator
Generate a component extension.
Definition:
ComponentExtensionGenerator.h:53
cepcoreschema
Definition:
ActionExtensionGenerator.h:36
ExtensionGenerator
Common abstract class to generate extensions.
Definition:
ExtensionGenerator.h:49
ExtensionGenerator.h
testDataDirName
static const QString testDataDirName
Definition:
ExtensionGenerator.cpp:44
ComponentExtensionGenerator::components
QVector< ComponentGenerator * > components
Definition:
ComponentExtensionGenerator.h:78
Generated by
1.8.13