SedSat3
1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
plotwindow.h
Go to the documentation of this file.
1
#ifndef PLOTWINDOW_H
2
#define PLOTWINDOW_H
3
#define USE_QCHARTS
4
5
#include <QDialog>
6
#include "
sourcesinkdata.h
"
7
#include "QComboBox"
8
#ifdef USE_QCHARTS
9
#include "GeneralChartPlotter.h"
10
#else
11
#include "
generalplotter.h
"
12
#endif
// USE_QCHARTS
13
14
namespace
Ui
{
15
class
PlotWindow
;
16
}
17
18
class
PlotWindow
:
public
QDialog
19
{
20
Q_OBJECT
21
22
public
:
23
explicit
PlotWindow
(QWidget *parent =
nullptr
);
24
~PlotWindow
();
25
SourceSinkData
*
Data
();
26
#ifdef USE_QCHARTS
27
GeneralChartPlotter *
Plotter
() {
return
plot
;}
28
#else
29
GeneralPlotter
*
Plotter
() {
return
chartplotter; }
30
#endif
31
private
:
32
Ui::PlotWindow *
ui
;
33
#ifdef USE_QCHARTS
34
GeneralChartPlotter*
plot
=
nullptr
;
35
#else
36
GeneralPlotter
*
plot
=
nullptr
;
37
#endif
38
39
40
public
slots:
41
42
};
43
44
#endif
// PLOTWINDOW_H
GeneralPlotter
Definition
generalplotter.h:22
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::ui
Ui::PlotWindow * ui
Definition
plotwindow.h:32
PlotWindow::Plotter
GeneralChartPlotter * Plotter()
Definition
plotwindow.h:27
SourceSinkData
Definition
sourcesinkdata.h:67
generalplotter.h
Ui
Definition
dialogchooseexcelsheets.h:6
sourcesinkdata.h
plotwindow.h
Generated by
1.9.8