SedSat3
1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
plotwindow.cpp
Go to the documentation of this file.
1
#include "
plotwindow.h
"
2
#include "ui_plotwindow.h"
3
#include "QComboBox"
4
#include "
mainwindow.h
"
5
6
PlotWindow::PlotWindow
(QWidget *parent) :
7
QDialog(parent),
8
ui(new
Ui
::
PlotWindow
)
9
{
10
ui
->setupUi(
this
);
11
12
#ifdef USE_QCHARTS
13
plot
=
new
GeneralChartPlotter(
this
);
14
#else
15
plot
=
new
GeneralPlotter
(
this
);
16
#endif
// USE_QCHARTS
17
18
19
ui
->horizontalLayout_2->addWidget(
plot
);
20
21
}
22
23
PlotWindow::~PlotWindow
()
24
{
25
delete
ui
;
26
}
27
28
SourceSinkData
*
PlotWindow::Data
()
29
{
30
return
dynamic_cast<
MainWindow
*
>
(parent())->
Data
();
31
}
32
33
GeneralPlotter
Definition
generalplotter.h:22
MainWindow
Main application window for SedSAT3 source apportionment analysis.
Definition
mainwindow.h:41
PlotWindow
Definition
plotwindow.h:19
PlotWindow::Data
SourceSinkData * Data()
Definition
plotwindow.cpp:28
PlotWindow::plot
GeneralChartPlotter * plot
Definition
plotwindow.h:34
PlotWindow::~PlotWindow
~PlotWindow()
Definition
plotwindow.cpp:23
PlotWindow::PlotWindow
PlotWindow(QWidget *parent=nullptr)
Definition
plotwindow.cpp:6
PlotWindow::ui
Ui::PlotWindow * ui
Definition
plotwindow.h:32
SourceSinkData
Definition
sourcesinkdata.h:67
mainwindow.h
Ui
Definition
dialogchooseexcelsheets.h:6
plotwindow.h
plotwindow.cpp
Generated by
1.9.8