DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
nodedetailswidget.h
Go to the documentation of this file.
1
/* --------------------------------------------------------------------------
2
* DISPLACE: DYNAMIC INDIVIDUAL VESSEL-BASED SPATIAL PLANNING
3
* AND EFFORT DISPLACEMENT
4
* Copyright (c) 2012, 2013, 2014 Francois Bastardie <fba@aqua.dtu.dk>
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2 of the License, or
9
* (at your option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License along
17
* with this program; if not, write to the Free Software Foundation, Inc.,
18
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
* --------------------------------------------------------------------------
20
*/
21
#ifndef NODEDETAILSWIDGET_H
22
#define NODEDETAILSWIDGET_H
23
24
#include <QWidget>
25
26
namespace
Ui
{
27
class
NodeDetailsWidget
;
28
}
29
30
class
NodeDetailsWidget
:
public
QWidget
31
{
32
Q_OBJECT
33
34
public
:
35
explicit
NodeDetailsWidget
(QWidget *parent = 0);
36
~NodeDetailsWidget
();
37
38
void
setText
(QString text);
39
void
showTool
(
bool
display);
40
41
signals:
42
void
toolButtonClicked
();
43
44
private
:
45
Ui::NodeDetailsWidget
*ui;
46
};
47
48
#endif // NODEDETAILSWIDGET_H
NodeDetailsWidget::setText
void setText(QString text)
Definition:
nodedetailswidget.cpp:39
NodeDetailsWidget::NodeDetailsWidget
NodeDetailsWidget(QWidget *parent=0)
Definition:
nodedetailswidget.cpp:24
Ui
Definition:
dteditorwindow.h:32
NodeDetailsWidget
Definition:
nodedetailswidget.h:30
Ui::NodeDetailsWidget
Definition:
ui_nodedetailswidget.h:105
NodeDetailsWidget::showTool
void showTool(bool display)
Definition:
nodedetailswidget.cpp:44
NodeDetailsWidget::~NodeDetailsWidget
~NodeDetailsWidget()
Definition:
nodedetailswidget.cpp:34
NodeDetailsWidget::toolButtonClicked
void toolButtonClicked()
Definition:
moc_nodedetailswidget.cpp:125
qtgui
mapobjects
nodedetailswidget.h
Generated by
1.8.15