SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
resultitem.cpp
Go to the documentation of this file.
1#include "resultitem.h"
2
7
9{
10 name = rhs.name;
11 type = rhs.type;
12 result = rhs.result;
16 fixYlimit = rhs.fixYlimit;
17 YLimits = rhs.YLimits;
18 showTable = rhs.showTable;
19 showGraph = rhs.showGraph;
21}
23{
25 name = rhs.name;
26 type = rhs.type;
27 result = rhs.result;
31 fixYlimit = rhs.fixYlimit;
32 YLimits = rhs.YLimits;
33 showTable = rhs.showTable;
34 showGraph = rhs.showGraph;
36 return *this;
37}
Abstract base class providing common serialization and visualization interface.
Definition interface.h:65
Interface & operator=(const Interface &intf)
Assignment operator.
Definition interface.cpp:14
vector< double > YLimits
Definition resultitem.h:90
bool fixYlimit
Definition resultitem.h:91
bool showGraph
Definition resultitem.h:93
ResultItem & operator=(const ResultItem &rhs)
Interface * result
Definition resultitem.h:85
xaxis_mode x_axis_mode
Definition resultitem.h:87
bool showasstring
Definition resultitem.h:89
string name
Definition resultitem.h:83
yaxis_mode y_axis_mode
Definition resultitem.h:86
result_type type
Definition resultitem.h:84
bool showabsvalue
Definition resultitem.h:88
bool showTable
Definition resultitem.h:92