|
The MassPeakShaperConfigDlg class provides a graphical user interface for the configuration of the mass peak shaping process. More...
Header: | #include <MassPeakShaperConfigDlg.hpp> |
MassPeakShaperConfigDlg(QWidget *parent_p, const QString &applicationName, const QString &description) | |
virtual | ~MassPeakShaperConfigDlg() |
void | readSettings(const QString &config_settings_file_path) |
void | writeSettings(const QString &config_settings_file_path) |
void | closeEvent(int *event) |
void | setupDialog() |
QString | m_applicationName |
libXpertMass::MassPeakShaperConfig | m_config |
MassPeakShaperConfigWidget * | mp_massPeakShaperConfigWidget |
QWidget * | mp_parent |
Ui::MassPeakShaperConfigDlg * | mp_ui |
The dialog window contains all the widgets required to fully configure the mass peak shaping process.
Constructs a MassPeakShaperConfigDlg instance.
[virtual noexcept]
MassPeakShaperConfigDlg::~MassPeakShaperConfigDlg()Destructs this MassPeakShaperConfigDlg instance.
[protected]
void MassPeakShaperConfigDlg::closeEvent(int *event)Upon closing of the dialog window writes the settings of the dialog windows (event is unused).
See also writeSettings().
Reads the settings of this dialog window from config_settings_file_path.
[protected]
void MassPeakShaperConfigDlg::setupDialog()Sets up this dialog window.
Writes the settings of the dialog window to config_settings_file_path for later restoration.
This variable holds the name of the application.
This variable holds the libXpertMass::MassPeakShaperConfig configuration for the mass peak shaping process.
This variable holds the widget holding the configuration of the mass peak shaping procedure.
This variable holds the parent widget.
This variable holds the graphical user interface definition.