#include <peptideDialog.h>
Inheritance diagram for VIEW::PeptideDialog:

Public Slots | |
| void | ala_pressed () |
| void | arg_pressed () |
| void | asn_pressed () |
| void | asp_pressed () |
| void | cys_pressed () |
| void | gln_pressed () |
| void | glu_pressed () |
| void | gly_pressed () |
| void | his_pressed () |
| void | ile_pressed () |
| void | leu_pressed () |
| void | lys_pressed () |
| void | met_pressed () |
| void | phe_pressed () |
| void | pro_pressed () |
| void | ser_pressed () |
| void | thr_pressed () |
| void | trp_pressed () |
| void | tyr_pressed () |
| void | val_pressed () |
| void | back_pressed () |
| void | close_pressed () |
| void | angle_changed () |
| void | insert_seq () |
Public Member Functions | |
| PeptideDialog (QWidget *parent=0, const char *name="PeptideDialog", Qt::WFlags fl=0) | |
| Constructor. | |
| ~PeptideDialog () | |
| Destructor. | |
| String | getSequence () throw () |
| Protein * | getProtein () throw () |
Protected Member Functions | |
| void | insert_ (char a) throw () |
| void | truncString_ (String &data) throw () |
| bool | isAminoAcid_ (char a) const |
Protected Attributes | |
| Protein * | protein_ |
Static Protected Attributes | |
| String | all_amino_acids_ |