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


Public Member Functions | |
| ResultTableViewer (QWidget *parent=nullptr) | |
| void | SetTable (QTableWidget *tablewidget) |
| ~ResultTableViewer () | |
| void | on_ExportToCSV () |
Private Attributes | |
| Ui::ResultTableViewer * | ui |
| QTableWidget * | tablewidget |
Definition at line 11 of file resulttableviewer.h.
|
explicit |
Definition at line 6 of file resulttableviewer.cpp.
References on_ExportToCSV(), and ui.
| ResultTableViewer::~ResultTableViewer | ( | ) |
Definition at line 19 of file resulttableviewer.cpp.
References ui.
| void ResultTableViewer::on_ExportToCSV | ( | ) |
Definition at line 30 of file resulttableviewer.cpp.
References string, and tablewidget.
Referenced by ResultTableViewer().
| void ResultTableViewer::SetTable | ( | QTableWidget * | tablewidget | ) |
Definition at line 24 of file resulttableviewer.cpp.
References tablewidget, and ui.
Referenced by ResultsWindow::on_result_table_clicked(), and MainWindow::on_show_data_as_table().
|
private |
Definition at line 22 of file resulttableviewer.h.
Referenced by on_ExportToCSV(), and SetTable().
|
private |
Definition at line 21 of file resulttableviewer.h.
Referenced by ResultTableViewer(), ~ResultTableViewer(), and SetTable().