#include <BALL/VIEW/DIALOGS/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_ |
Dialog for building peptides
Definition at line 25 of file peptideDialog.h.
BALL::VIEW::PeptideDialog::PeptideDialog | ( | QWidget * | parent = 0 , |
|
const char * | name = "PeptideDialog" , |
|||
Qt::WFlags | fl = 0 | |||
) |
Constructor.
BALL::VIEW::PeptideDialog::~PeptideDialog | ( | ) | [inline] |
Destructor.
Definition at line 38 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::ala_pressed | ( | ) | [inline, slot] |
Definition at line 49 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::angle_changed | ( | ) | [slot] |
void BALL::VIEW::PeptideDialog::arg_pressed | ( | ) | [inline, slot] |
Definition at line 52 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::asn_pressed | ( | ) | [inline, slot] |
Definition at line 55 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::asp_pressed | ( | ) | [inline, slot] |
Definition at line 58 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::back_pressed | ( | ) | [slot] |
void BALL::VIEW::PeptideDialog::close_pressed | ( | ) | [slot] |
void BALL::VIEW::PeptideDialog::cys_pressed | ( | ) | [inline, slot] |
Definition at line 61 of file peptideDialog.h.
virtual bool BALL::VIEW::PeptideDialog::eventFilter | ( | QObject * | object, | |
QEvent * | event | |||
) | [virtual, slot] |
Protein* BALL::VIEW::PeptideDialog::getProtein | ( | ) | [inline] |
Definition at line 44 of file peptideDialog.h.
String BALL::VIEW::PeptideDialog::getSequence | ( | ) |
void BALL::VIEW::PeptideDialog::gln_pressed | ( | ) | [inline, slot] |
Definition at line 64 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::glu_pressed | ( | ) | [inline, slot] |
Definition at line 67 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::gly_pressed | ( | ) | [inline, slot] |
Definition at line 70 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::his_pressed | ( | ) | [inline, slot] |
Definition at line 73 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::ile_pressed | ( | ) | [inline, slot] |
Definition at line 76 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::insert_ | ( | char | a | ) | [protected] |
void BALL::VIEW::PeptideDialog::insert_seq | ( | ) | [slot] |
bool BALL::VIEW::PeptideDialog::isAminoAcid_ | ( | char | a | ) | const [protected] |
void BALL::VIEW::PeptideDialog::leu_pressed | ( | ) | [inline, slot] |
Definition at line 79 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::lys_pressed | ( | ) | [inline, slot] |
Definition at line 82 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::met_pressed | ( | ) | [inline, slot] |
Definition at line 85 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::phe_pressed | ( | ) | [inline, slot] |
Definition at line 88 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::pro_pressed | ( | ) | [inline, slot] |
Definition at line 91 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::prolineActivated | ( | ) | [slot] |
void BALL::VIEW::PeptideDialog::prolineDeactivated | ( | ) | [slot] |
void BALL::VIEW::PeptideDialog::ser_pressed | ( | ) | [inline, slot] |
Definition at line 94 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::thr_pressed | ( | ) | [inline, slot] |
Definition at line 97 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::trp_pressed | ( | ) | [inline, slot] |
Definition at line 100 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::truncString_ | ( | String & | data | ) | [protected] |
void BALL::VIEW::PeptideDialog::tyr_pressed | ( | ) | [inline, slot] |
Definition at line 103 of file peptideDialog.h.
void BALL::VIEW::PeptideDialog::val_pressed | ( | ) | [inline, slot] |
Definition at line 106 of file peptideDialog.h.
String BALL::VIEW::PeptideDialog::all_amino_acids_ [static, protected] |
Definition at line 138 of file peptideDialog.h.
Protein* BALL::VIEW::PeptideDialog::protein_ [protected] |
Definition at line 137 of file peptideDialog.h.