CycloBranch
|
Aggregated results from multiple datasets. More...
#include <cMultipleDatasetsTableWidget.h>
Signals | |
void | tableCancelled () |
The table was not generated because the process was cancelled. | |
void | filterSummaryTable () |
Update chromatogram via summary table of matched peaks. | |
void | multipleDatasetsTableRowClicked (int datasetid, int spectrumid, int peakid, int datatypeview, int peakshape, string name, string iontype, string mzstr) |
Process a row click event. More... | |
Public Member Functions | |
cMultipleDatasetsTableWidget (cGlobalPreferences *globalpreferences, QWidget *parent=(QWidget *) 0) | |
The constructor. More... | |
~cMultipleDatasetsTableWidget () | |
The destructor. | |
void | closeEvent (QCloseEvent *event) |
Handle the window close event. More... | |
bool | prepareToShow (cParameters *parameters, cTheoreticalSpectrumList *listoftheoreticalspectra, int activefileid) |
Prepare the widget to show. More... | |
void | updateTable () |
Update the table if attributes were changed. | |
void | resetStandard () |
Reset the compound standard. | |
void | updateListofStandards () |
Update the list of compound standards. | |
void | deleteTable () |
Delete the table content. | |
void | applyGlobalPreferences (cGlobalPreferences *globalpreferences) |
Apply new global preferences. More... | |
cPubChemSearchWidget * | getPubChemSearchWidget () |
Get the reference to cPubChemSearchWidget. More... | |
cDefineCalibrationWidget * | getDefineCalibrationWidget () |
Get the reference to cDefineCalibrationWidget. More... | |
cCalibrationChart * | getCalibrationChartWidget () |
Get the reference to cCalibrationChart widget. More... | |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *event) |
Handle a key press event. More... | |
Aggregated results from multiple datasets.
cMultipleDatasetsTableWidget::cMultipleDatasetsTableWidget | ( | cGlobalPreferences * | globalpreferences, |
QWidget * | parent = (QWidget *)0 |
||
) |
The constructor.
globalpreferences | global preferences of the application |
parent | pointer to a parent widget |
void cMultipleDatasetsTableWidget::applyGlobalPreferences | ( | cGlobalPreferences * | globalpreferences | ) |
Apply new global preferences.
globalpreferences | global preferences of the application |
void cMultipleDatasetsTableWidget::closeEvent | ( | QCloseEvent * | event | ) |
Handle the window close event.
event | pointer to QCloseEvent |
cCalibrationChart * cMultipleDatasetsTableWidget::getCalibrationChartWidget | ( | ) |
Get the reference to cCalibrationChart widget.
cCalibrationChart | reference to cCalibrationChart |
cDefineCalibrationWidget * cMultipleDatasetsTableWidget::getDefineCalibrationWidget | ( | ) |
Get the reference to cDefineCalibrationWidget.
cDefineCalibrationWidget | reference to cDefineCalibrationWidget |
cPubChemSearchWidget * cMultipleDatasetsTableWidget::getPubChemSearchWidget | ( | ) |
Get the reference to cPubChemSearchWidget.
cPubChemSearchWidget | reference to cPubChemSearchWidget |
|
protected |
Handle a key press event.
event | pointer to QKeyEvent |
|
signal |
Process a row click event.
datasetid | id of a dataset |
spectrumid | id of a spectrum |
peakid | id of a peak |
datatypeview | type of data shown |
peakshape | type of chromatographic peak |
name | compound name |
iontype | ion type |
mzstr | theoretical m/z value converted to a string |
bool cMultipleDatasetsTableWidget::prepareToShow | ( | cParameters * | parameters, |
cTheoreticalSpectrumList * | listoftheoreticalspectra, | ||
int | activefileid | ||
) |
Prepare the widget to show.
parameters | parameters of the application |
listoftheoreticalspectra | lists of theoretical spectra |
activefileid | id of the active file |
bool | true if the table was successfully prepared, false otherwise |