SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
Results Class Reference

#include </home/runner/work/SedSat3/SedSat3/results.h>

Inheritance diagram for Results:
Inheritance graph
Collaboration diagram for Results:
Collaboration graph

Public Member Functions

 Results ()
 
 Results (const Results &rhs)
 
Resultsoperator= (const Results &rhs)
 
void Append (const ResultItem &)
 
void SetName (const string &_name)
 
bool ReadFromJson (const QJsonObject &jsonobject)
 
string GetName ()
 
QJsonObject toJsonObject ()
 
void SetError (const string &_error)
 
void AppendError (const string &_error)
 
string Error ()
 

Private Attributes

string name
 
string error
 

Detailed Description

Definition at line 14 of file results.h.

Constructor & Destructor Documentation

◆ Results() [1/2]

Results::Results ( )

Definition at line 9 of file results.cpp.

◆ Results() [2/2]

Results::Results ( const Results rhs)

Definition at line 14 of file results.cpp.

References name, and string.

Member Function Documentation

◆ Append()

◆ AppendError()

void Results::AppendError ( const string _error)
inline

Definition at line 26 of file results.h.

References error.

Referenced by SourceSinkData::MCMC().

◆ Error()

string Results::Error ( )
inline

Definition at line 27 of file results.h.

References error.

Referenced by Conductor::ExecuteCMBBayesian().

◆ GetName()

string Results::GetName ( )
inline

Definition at line 23 of file results.h.

References name.

Referenced by MainWindow::Execute().

◆ operator=()

Results & Results::operator= ( const Results rhs)

Definition at line 18 of file results.cpp.

References name.

◆ ReadFromJson()

◆ SetError()

void Results::SetError ( const string _error)
inline

Definition at line 25 of file results.h.

References error.

Referenced by SourceSinkData::MCMC().

◆ SetName()

◆ toJsonObject()

QJsonObject Results::toJsonObject ( )

Definition at line 30 of file results.cpp.

References ResultItem::Result(), and Interface::toJsonObject().

Referenced by MainWindow::buildResultsJson().

Member Data Documentation

◆ error

string Results::error
private

Definition at line 30 of file results.h.

Referenced by AppendError(), Error(), and SetError().

◆ name

string Results::name
private

Definition at line 29 of file results.h.

Referenced by Results(), GetName(), operator=(), and SetName().


The documentation for this class was generated from the following files: