Main Page
Modules
Namespaces
Classes
Files
File List
File Members
ceditor/MainWindow.h
Go to the documentation of this file.
1
#ifndef MAINWINDOW_H
2
#define MAINWINDOW_H
3
4
#include <QMainWindow>
5
6
namespace
Ui
7
{
8
class
MainWindow
;
9
}
10
11
class
OutPutStream
;
12
13
/*!
14
* \brief
15
*/
16
class
MainWindow
:
public
QMainWindow
17
{
18
Q_OBJECT
19
20
public
:
21
22
/*!
23
* \brief Constructor.
24
*/
25
explicit
MainWindow
(
QWidget
*parent = 0);
26
27
~
MainWindow
();
28
29
signals:
30
31
public
slots
:
32
33
/*!
34
* \brief .
35
*/
36
void
open();
37
38
/*!
39
* \brief .
40
*/
41
void
newScript();
42
43
/*!
44
* \brief .
45
*/
46
void
save();
47
48
/*!
49
* \brief .
50
*/
51
void
run();
52
53
void
codeChanged();
54
55
protected
:
56
57
QString
m_fileName
;
58
59
OutPutStream
*
m_out
;
60
61
// QTextStream* m_stream;
62
63
private
:
64
65
Ui::MainWindow*
m_ui
;
//!<
66
};
67
68
#endif // MAINWINDOW_H
slots
#define slots
Definition:
python/VirtualMachine.h:48
QWidget
Ui
Definition:
attic/src/qt/plugins/datasource/wcs/WCSConnectorDialog.h:41
MainWindow::m_fileName
QString m_fileName
Definition:
ceditor/MainWindow.h:57
OutPutStream
Definition:
ceditor/MainWindow.cpp:36
MainWindow::m_out
OutPutStream * m_out
Definition:
ceditor/MainWindow.h:59
QMainWindow
MainWindow
A simple main window to show example of TerraLib Qt Tools.
Definition:
ceditor/MainWindow.h:16
MainWindow::m_ui
Ui::MainWindow * m_ui
Definition:
ceditor/MainWindow.h:65
terralib5_src
examples
ceditor
MainWindow.h
Generated on Wed Jun 6 2018 12:16:10 for TerraLib by
1.8.11