Computer Assited Medical Intervention Tool Kit
version 3.3
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
sdk
applications
wizard
ComponentAddPropertyWidget.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* $CAMITK_LICENCE_BEGIN$
3
*
4
* CamiTK - Computer Assisted Medical Intervention ToolKit
5
* (c) 2001-2012 UJF-Grenoble 1, 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 COMPONENTADDPROPERTYWIDGET_H
26
#define COMPONENTADDPROPERTYWIDGET_H
27
28
// Include GUI automatically generated file
29
#include "ui_ComponentAddPropertyWidget.h"
30
31
// includes from Qt
32
#include <QWidget>
33
#include <QList>
34
35
class
ComponentPropertyWidget
;
36
44
class
ComponentAddPropertyWidget
:
public
QWidget
45
{
46
47
Q_OBJECT;
48
49
public
:
50
ComponentAddPropertyWidget
(QWidget * parent);
51
~ComponentAddPropertyWidget
();
52
53
void
setToDefault
();
54
55
void
removeProperty
(
ComponentPropertyWidget
* widget);
56
QList<ComponentPropertyWidget *>
getComponentPropertyWidgets
();
57
58
59
public
slots:
60
virtual
void
nextButtonClicked
();
61
virtual
void
previousButtonClicked
();
62
virtual
void
cancelButtonClicked
();
63
virtual
void
addPropertyClicked
();
64
65
signals:
66
void
next
();
67
void
previous
();
68
void
cancel
();
69
70
private
:
71
bool
isOneNoName
();
72
bool
isOneNonAsciiParameter
();
73
74
Ui::ComponentAddPropertyWidget
ui
;
75
QList<ComponentPropertyWidget *>
list
;
76
};
77
#endif
ComponentAddPropertyWidget
TODO Celine please comment here.
Definition:
ComponentAddPropertyWidget.h:44
ComponentAddPropertyWidget::list
QList< ComponentPropertyWidget * > list
Definition:
ComponentAddPropertyWidget.h:75
ComponentAddPropertyWidget::isOneNonAsciiParameter
bool isOneNonAsciiParameter()
ComponentAddPropertyWidget::addPropertyClicked
virtual void addPropertyClicked()
ComponentAddPropertyWidget::ui
Ui::ComponentAddPropertyWidget ui
Definition:
ComponentAddPropertyWidget.h:74
ComponentPropertyWidget
TODO Celine please comment here.
Definition:
ComponentPropertyWidget.h:45
ComponentAddPropertyWidget::previous
void previous()
ComponentAddPropertyWidget::ComponentAddPropertyWidget
ComponentAddPropertyWidget(QWidget *parent)
ComponentAddPropertyWidget::nextButtonClicked
virtual void nextButtonClicked()
ComponentAddPropertyWidget::getComponentPropertyWidgets
QList< ComponentPropertyWidget * > getComponentPropertyWidgets()
ComponentAddPropertyWidget::isOneNoName
bool isOneNoName()
ComponentAddPropertyWidget::cancel
void cancel()
ComponentAddPropertyWidget::removeProperty
void removeProperty(ComponentPropertyWidget *widget)
ComponentAddPropertyWidget::next
void next()
ComponentAddPropertyWidget::~ComponentAddPropertyWidget
~ComponentAddPropertyWidget()
ComponentAddPropertyWidget::setToDefault
void setToDefault()
ComponentAddPropertyWidget::previousButtonClicked
virtual void previousButtonClicked()
ComponentAddPropertyWidget::cancelButtonClicked
virtual void cancelButtonClicked()
Generated on Fri Oct 24 2014 11:07:03 for Computer Assited Medical Intervention Tool Kit by
1.8.8