The class representing a widget for editing parameters of the application.
More...
#include <cParametersWidget.h>
|
| void | sendSequenceLine (int peptidetypeindex, QString sequence) |
| | Send index of peptide type and searched sequence. More...
|
| |
|
void | setHCON () |
| | Set list of neutral losses to HCON.
|
| |
|
void | clearIonSelection () |
| | Clear the selection of ions.
|
| |
The class representing a widget for editing parameters of the application.
◆ cParametersWidget()
| cParametersWidget::cParametersWidget |
( |
cGlobalPreferences * |
globalpreferences, |
|
|
QWidget * |
parent = (QWidget *)0 |
|
) |
| |
The constructor.
- Parameters
-
| globalpreferences | global preferences of the application |
| parent | pointer to a parent widget |
◆ applyGlobalPreferences()
Apply new global preferences.
- Parameters
-
| globalpreferences | global preferences of the application |
◆ closeEvent()
| void cParametersWidget::closeEvent |
( |
QCloseEvent * |
event | ) |
|
Handle the window close event.
- Parameters
-
| event | pointer to QCloseEvent |
◆ getParameters()
Get parameters.
- Return values
-
◆ keyPressEvent()
| void cParametersWidget::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
Handle a key press event.
- Parameters
-
| event | pointer to QKeyEvent |
◆ sendSequenceLine
| void cParametersWidget::sendSequenceLine |
( |
int |
peptidetypeindex, |
|
|
QString |
sequence |
|
) |
| |
|
signal |
Send index of peptide type and searched sequence.
- Parameters
-
| peptidetypeindex | an index of current peptide type |
| sequence | searched sequence |
◆ setAndRestoreParameters()
| void cParametersWidget::setAndRestoreParameters |
( |
cParameters & |
parameters | ) |
|
Set and restore parameters.
- Parameters
-
| parameters | reference to parameters |
◆ setSequence()
| void cParametersWidget::setSequence |
( |
int |
peptidetypeindex, |
|
|
QString |
sequence |
|
) |
| |
Set peptide type and searched sequence.
- Parameters
-
| peptidetypeindex | an index of current peptide type |
| sequence | searched sequence |
◆ setTag()
| void cParametersWidget::setTag |
( |
int |
peptidetypeindex, |
|
|
QString |
tag |
|
) |
| |
Set peptide type and sequence tag.
- Parameters
-
| peptidetypeindex | an index of current peptide type |
| tag | sequence tag |
The documentation for this class was generated from the following files: