Main Page
Modules
Namespaces
Classes
Files
File List
File Members
DSCopyDialog.h
Go to the documentation of this file.
1
/* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2
3
This file is part of the TerraLib - a Framework for building GIS enabled applications.
4
5
TerraLib is free software: you can redistribute it and/or modify
6
it under the terms of the GNU Lesser General Public License as published by
7
the Free Software Foundation, either version 3 of the License,
8
or (at your option) any later version.
9
10
TerraLib is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
GNU Lesser General Public License for more details.
14
15
You should have received a copy of the GNU Lesser General Public License
16
along with TerraLib. See COPYING. If not, write to
17
TerraLib Team at <terralib-team@terralib.org>.
18
*/
19
20
/*!
21
\file terralib/tools/dscopy/qt/DSCopyDialog.h
22
23
\brief Data Source Copy GUI
24
*/
25
26
#ifndef __TERRALIB_TOOLS_DSCOPY_DSCOPYDIALOG_H
27
#define __TERRALIB_TOOLS_DSCOPY_DSCOPYDIALOG_H
28
29
// Qt
30
#include <QtGui/QDialog>
31
#include <Ui_DSCopyDialog.h>
32
33
namespace
te
34
{
35
namespace
tools
36
{
37
namespace
dscopy
38
{
39
40
// Forward declarations
41
class
DSCopyDialogController;
42
43
/*!
44
\class DSCopyDialog
45
46
\brief TerraLib Data Source Copy GUI
47
*/
48
class
DSCopyDialog
:
public
QDialog
,
public
Ui_DSCopyDialog
49
{
50
Q_OBJECT
51
52
public
:
53
54
55
DSCopyDialog
(
QWidget
* parent = 0, Qt::WindowFlags f = 0);
56
57
~DSCopyDialog
();
58
59
private
slots
:
60
61
void
helpPushButton_clicked
();
62
void
backPushButton_clicked
();
63
void
nextPushButton_clicked
();
64
void
cancelPushButton_clicked
();
65
66
void
inComboBox_activated
(
const
QString&);
67
void
outComboBox_activated
(
const
QString&);
68
69
void
inPathPushButton_clicked
();
70
void
outPathPushButton_clicked
();
71
72
protected
:
73
void
closeEvent
(QCloseEvent* e);
74
75
private
:
76
DSCopyDialogController
*
m_controller
;
77
};
78
}
79
}
80
}
81
82
#endif // __TERRALIB_TOOLS_DSCOPY_DSCOPYDIALOG_H
slots
#define slots
Definition:
python/VirtualMachine.h:48
te::tools::dscopy::DSCopyDialog
TerraLib Data Source Copy GUI.
Definition:
DSCopyDialog.h:48
te::tools::dscopy::DSCopyDialog::helpPushButton_clicked
void helpPushButton_clicked()
Definition:
DSCopyDialog.cpp:81
QDialog
te::tools::dscopy::DSCopyDialog::~DSCopyDialog
~DSCopyDialog()
Definition:
DSCopyDialog.cpp:77
QWidget
te::tools::dscopy::DSCopyDialog::outComboBox_activated
void outComboBox_activated(const QString &)
Definition:
DSCopyDialog.cpp:290
te::tools::dscopy::DSCopyDialogController
Definition:
DSCopyDialogController.h:46
te::tools::dscopy::DSCopyDialog::cancelPushButton_clicked
void cancelPushButton_clicked()
Definition:
DSCopyDialog.cpp:275
Ui_DSCopyDialog
te::tools::dscopy::DSCopyDialog::DSCopyDialog
DSCopyDialog(QWidget *parent=0, Qt::WindowFlags f=0)
Definition:
DSCopyDialog.cpp:40
te::tools::dscopy::DSCopyDialog::nextPushButton_clicked
void nextPushButton_clicked()
Definition:
DSCopyDialog.cpp:100
te::tools::dscopy::DSCopyDialog::closeEvent
void closeEvent(QCloseEvent *e)
Definition:
DSCopyDialog.cpp:329
te
URI C++ Library.
Definition:
Attributes.h:37
te::tools::dscopy::DSCopyDialog::inPathPushButton_clicked
void inPathPushButton_clicked()
Definition:
DSCopyDialog.cpp:300
te::tools::dscopy::DSCopyDialog::m_controller
DSCopyDialogController * m_controller
Definition:
DSCopyDialog.h:76
te::tools::dscopy::DSCopyDialog::inComboBox_activated
void inComboBox_activated(const QString &)
Definition:
DSCopyDialog.cpp:280
te::tools::dscopy::DSCopyDialog::backPushButton_clicked
void backPushButton_clicked()
Definition:
DSCopyDialog.cpp:86
te::tools::dscopy::DSCopyDialog::outPathPushButton_clicked
void outPathPushButton_clicked()
Definition:
DSCopyDialog.cpp:315
terralib5_src
attic
src
tools
dscopy
qt
DSCopyDialog.h
Generated on Wed Jun 6 2018 12:16:08 for TerraLib by
1.8.11