|
SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
|
#include </home/runner/work/SedSat3/SedSat3/selectsamples.h>


Public Member Functions | |
| SelectSamples (QWidget *parent=nullptr) | |
| void | SetData (SourceSinkData *_data) |
| ~SelectSamples () | |
| void | SetMode (mode _mode) |
| void | comboChanged () |
Private Attributes | |
| Ui::SelectSamples * | ui |
| SourceSinkData * | data |
| mode | Mode |
Definition at line 13 of file selectsamples.h.
|
explicit |
Definition at line 6 of file selectsamples.cpp.
References comboChanged(), and ui.
| SelectSamples::~SelectSamples | ( | ) |
Definition at line 14 of file selectsamples.cpp.
References ui.
| void SelectSamples::comboChanged | ( | ) |
Definition at line 48 of file selectsamples.cpp.
References data, Mode, regressions, samples, SelectSampleDelegate::SetMode(), SelectSampleTableModel::SetSelectedSource(), and ui.
Referenced by SelectSamples().
| void SelectSamples::SetData | ( | SourceSinkData * | _data | ) |
Definition at line 19 of file selectsamples.cpp.
References data, SourceSinkData::GetTargetGroup(), Mode, regressions, samples, SelectSampleDelegate::SetMode(), SelectSampleTableModel::SetSelectedSource(), and ui.
Referenced by MainWindow::onIncludeExcludeSample(), and MainWindow::onOMSizeCorrection().
|
inline |
Definition at line 21 of file selectsamples.h.
References Mode.
Referenced by MainWindow::onIncludeExcludeSample(), and MainWindow::onOMSizeCorrection().
|
private |
Definition at line 24 of file selectsamples.h.
Referenced by comboChanged(), and SetData().
|
private |
Definition at line 25 of file selectsamples.h.
Referenced by comboChanged(), SetData(), and SetMode().
|
private |
Definition at line 23 of file selectsamples.h.
Referenced by SelectSamples(), ~SelectSamples(), comboChanged(), and SetData().