The widget for definition of calibration curve.
More...
#include <cDefineCalibrationWidget.h>
|
void | calibrationRedefined () |
| Parameters of calibration curve were redefined.
|
|
|
| cDefineCalibrationWidget () |
| The constructor.
|
|
| ~cDefineCalibrationWidget () |
| The destructor.
|
|
void | closeEvent (QCloseEvent *event) |
| Handle the window close event. More...
|
|
void | store (ofstream &os) |
| Store the content into an output stream. More...
|
|
void | load (ifstream &is, int fileversionpart1, int fileversionpart2, int fileversionpart3) |
| Load the content from an input stream. More...
|
|
void | prepareWidget (vector< string > &filenames, vector< string > &compounds) |
| Prepare widget for visualization. More...
|
|
void | getData (vector< int > &usedvector, vector< int > &datatypesvector, vector< string > &groupsvector, vector< double > &concentrationsvector, vector< int > ×vector, vector< int > &selectedionsvector, int &equationtype, double &manuala, double &manualb, int &eictype, int &peakshape, int &standard) |
| Get data from dialog. More...
|
|
The widget for definition of calibration curve.
◆ closeEvent()
void cDefineCalibrationWidget::closeEvent |
( |
QCloseEvent * |
event | ) |
|
Handle the window close event.
- Parameters
-
event | pointer to QCloseEvent |
◆ getData()
void cDefineCalibrationWidget::getData |
( |
vector< int > & |
usedvector, |
|
|
vector< int > & |
datatypesvector, |
|
|
vector< string > & |
groupsvector, |
|
|
vector< double > & |
concentrationsvector, |
|
|
vector< int > & |
timesvector, |
|
|
vector< int > & |
selectedionsvector, |
|
|
int & |
equationtype, |
|
|
double & |
manuala, |
|
|
double & |
manualb, |
|
|
int & |
eictype, |
|
|
int & |
peakshape, |
|
|
int & |
standard |
|
) |
| |
Get data from dialog.
- Parameters
-
usedvector | vector of used items |
datatypesvector | vector of sample types |
groupsvector | vector of groups of names of technical replicates |
concentrationsvector | vector of concentrations |
timesvector | vector of time values |
selectedionsvector | vector of selected ions |
equationtype | type of linear equation (y = a*x, y = a*x + b or manual mode) |
manuala | the parameter 'a' in manual mode |
manualb | the parameter 'b' in manual mode |
eictype | type of EIC chromatogram (highest peaks = 0, all isotopes = 1) |
peakshape | shape of chromatographic peak |
standard | compound standard |
◆ keyPressEvent()
void cDefineCalibrationWidget::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
Handle a key press event.
- Parameters
-
event | pointer to QKeyEvent |
◆ load()
void cDefineCalibrationWidget::load |
( |
ifstream & |
is, |
|
|
int |
fileversionpart1, |
|
|
int |
fileversionpart2, |
|
|
int |
fileversionpart3 |
|
) |
| |
Load the content from an input stream.
- Parameters
-
is | an input stream |
fileversionpart1 | first number of .res the file version |
fileversionpart2 | second number of .res the file version |
fileversionpart3 | third number of .res the file version |
◆ prepareWidget()
void cDefineCalibrationWidget::prepareWidget |
( |
vector< string > & |
filenames, |
|
|
vector< string > & |
compounds |
|
) |
| |
Prepare widget for visualization.
- Parameters
-
filenames | list of files |
compounds | list of compounds |
◆ store()
void cDefineCalibrationWidget::store |
( |
ofstream & |
os | ) |
|
Store the content into an output stream.
- Parameters
-
The documentation for this class was generated from the following files: