Chromatogram window.
More...
#include <cChromatogramWindow.h>
◆ cChromatogramWindow()
The constructor.
- Parameters
-
| globalpreferences | global preferences of the application |
| listoftheoreticalspectra | lists of theoretical spectra |
| parent | pointer to a parent widget |
◆ applyGlobalPreferences()
| void cChromatogramWindow::applyGlobalPreferences |
( |
cGlobalPreferences * |
globalpreferences | ) |
|
Apply new global preferences.
- Parameters
-
| globalpreferences | global preferences of the application |
◆ calculateAvgSpectrum
| void cChromatogramWindow::calculateAvgSpectrum |
( |
int |
minid, |
|
|
int |
maxid |
|
) |
| |
|
signal |
The signal is emitted if the average spectrum is calculated.
- Parameters
-
| minid | minimum scan id |
| maxid | maximum scan id |
◆ closeEvent()
| void cChromatogramWindow::closeEvent |
( |
QCloseEvent * |
event | ) |
|
Handle the window close event.
- Parameters
-
| event | pointer to QCloseEvent |
◆ doubleClickedScanIDSignal
| void cChromatogramWindow::doubleClickedScanIDSignal |
( |
int |
scanid | ) |
|
|
signal |
The signal is emitted a chromatographic peak was double clicked.
- Parameters
-
◆ emitRetentionTimeInterval
| void cChromatogramWindow::emitRetentionTimeInterval |
( |
double |
mintime, |
|
|
double |
maxtime |
|
) |
| |
|
signal |
The signal is emitted when the range of retention time has been changed.
- Parameters
-
| mintime | minimum retention time |
| maxtime | maximum retention time |
◆ emitScanIDInterval
| void cChromatogramWindow::emitScanIDInterval |
( |
int |
minid, |
|
|
int |
maxid |
|
) |
| |
|
signal |
The signal is emitted when the range of scan numbers has been changed.
- Parameters
-
| minid | minimum scan id |
| maxid | maximum scan id |
◆ keyPressEvent()
| void cChromatogramWindow::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
Handle a key press event.
- Parameters
-
| event | pointer to QKeyEvent |
◆ recalculateTICChromatogram()
| void cChromatogramWindow::recalculateTICChromatogram |
( |
int |
activefileid | ) |
|
Recalculate TIC chromatogram.
- Parameters
-
| activefileid | id of an active file |
◆ setAbsoluteIntensityEnabled()
| void cChromatogramWindow::setAbsoluteIntensityEnabled |
( |
bool |
enabled | ) |
|
Enable/disable absolute intensity mode.
- Parameters
-
| enabled | if true the absolute intensity is used, if false the relative intensity is used |
◆ setPeakShape()
| void cChromatogramWindow::setPeakShape |
( |
int |
peakshape | ) |
|
Set chromatographic peak shape value.
- Parameters
-
| peakshape | 0 = Gaussian, 1 = ex-Gaussian (tailing), 2 = ex-Gaussian (fronting) |
The documentation for this class was generated from the following files: