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


Public Member Functions | |
| GenericForm (QJsonObject *formdata, QWidget *parent, MainWindow *mainwindow) | |
| ~GenericForm () | |
| bool | SetCommand (const QString &cmd) |
| void | onProceed () |
| void | onCancel () |
Public Attributes | |
| QVector< parameter_property > | Parameter_Properties |
Private Member Functions | |
| MainWindow * | mainwindow () |
Private Attributes | |
| QPushButton * | buttonOk = nullptr |
| QPushButton * | buttonCancel = nullptr |
| Ui::GenericForm * | ui |
| QString | command |
| MainWindow * | mainWindow =nullptr |
Definition at line 56 of file genericform.h.
|
explicit |
Definition at line 8 of file genericform.cpp.
References buttonCancel, buttonOk, CheckBox, ComboBox, MainWindow::Data(), parameter_property::DefaultValue, Description, FileBrowserPushButtom::dialog_use, parameter_property::Discription, FileBrowser, SourceSinkData::GetElementNames(), SourceSinkData::GetSampleNames(), parameter_property::InputWidget, LineEdit, mainwindow(), mainWindow, onCancel(), onProceed(), open, Parameter_Properties, save, SourceSinkData::SourceGroupNames(), SpinBox, parameter_property::Type, and ui.
| GenericForm::~GenericForm | ( | ) |
Definition at line 184 of file genericform.cpp.
References Parameter_Properties, and ui.
|
private |
Definition at line 205 of file genericform.cpp.
References mainWindow.
Referenced by GenericForm(), and onProceed().
| void GenericForm::onCancel | ( | ) |
Definition at line 200 of file genericform.cpp.
Referenced by GenericForm().
| void GenericForm::onProceed | ( | ) |
Definition at line 190 of file genericform.cpp.
References command, MainWindow::Execute(), mainwindow(), and Parameter_Properties.
Referenced by GenericForm().
| bool GenericForm::SetCommand | ( | const QString & | cmd | ) |
Definition at line 211 of file genericform.cpp.
References command.
|
private |
Definition at line 68 of file genericform.h.
Referenced by GenericForm().
|
private |
Definition at line 67 of file genericform.h.
Referenced by GenericForm().
|
private |
Definition at line 71 of file genericform.h.
Referenced by onProceed(), and SetCommand().
|
private |
Definition at line 72 of file genericform.h.
Referenced by GenericForm(), and mainwindow().
| QVector<parameter_property> GenericForm::Parameter_Properties |
Definition at line 62 of file genericform.h.
Referenced by GenericForm(), ~GenericForm(), and onProceed().
|
private |
Definition at line 69 of file genericform.h.
Referenced by GenericForm(), and ~GenericForm().