Draw a peptide from a sequence of building blocks.
More...
#include <cDrawPeptideWidget.h>
Draw a peptide from a sequence of building blocks.
◆ cDrawPeptideWidget()
| cDrawPeptideWidget::cDrawPeptideWidget |
( |
QWidget * |
parent = (QWidget *)0 | ) |
|
The constructor.
- Parameters
-
| parent | pointer to a parent widget |
◆ closeEvent()
| void cDrawPeptideWidget::closeEvent |
( |
QCloseEvent * |
event | ) |
|
Handle the window close event.
- Parameters
-
| event | pointer to QCloseEvent |
◆ keyPressEvent()
| void cDrawPeptideWidget::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
Handle a key press event.
- Parameters
-
| event | pointer to QKeyEvent |
◆ sendInsert
| void cDrawPeptideWidget::sendInsert |
( |
int |
peptidetypeindex, |
|
|
QString |
sequence |
|
) |
| |
|
signal |
Send index of peptide type and sequence (a request for cSequenceDatabaseWidget).
- Parameters
-
| peptidetypeindex | an index of current peptide type |
| sequence | sequence |
◆ sendSequence
| void cDrawPeptideWidget::sendSequence |
( |
int |
peptidetypeindex, |
|
|
QString |
sequence |
|
) |
| |
|
signal |
Send index of peptide type and searched sequence (a request for cParametersWidget).
- Parameters
-
| peptidetypeindex | an index of current peptide type |
| sequence | searched sequence |
◆ sendTag
| void cDrawPeptideWidget::sendTag |
( |
int |
peptidetypeindex, |
|
|
QString |
tag |
|
) |
| |
|
signal |
Send index of peptide type and sequence tag (a request for cParametersWidget).
- Parameters
-
| peptidetypeindex | an index of current peptide type |
| tag | sequence tag |
◆ setSequence()
| void cDrawPeptideWidget::setSequence |
( |
int |
peptidetypeindex, |
|
|
QString |
sequence |
|
) |
| |
Set peptide sequence.
- Parameters
-
| peptidetypeindex | an index of current peptide type |
| sequence | searched sequence |
The documentation for this class was generated from the following files: