#include <peptideDialog.h>
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 () |
void | prolineActivated () |
void | prolineDeactivated () |
virtual bool | eventFilter (QObject *object, QEvent *event) |
Public Member Functions |
|
PeptideDialog (QWidget *parent=0, const char *name="PeptideDialog", Qt::WFlags fl=0) | |
Constructor. |
|
~PeptideDialog () | |
Destructor. |
|
String | getSequence () |
Protein * | getProtein () |
Protected Member Functions |
|
void | insert_ (char a) |
void | truncString_ (String &data) |
bool | isAminoAcid_ (char a) const |
Protected Attributes |
|
Protein * | protein_ |
Static Protected Attributes |
|
static String | all_amino_acids_ |