|
Public Member Functions |
| | TAlignmentDialog (wxWindow *parent, const wxString &title) |
| | Constructor.
|
| | ~TAlignmentDialog () |
| | Destructor.
|
| virtual void | init_what () |
| | Tab for sequences to align.
|
| virtual void | init_how () |
| | Tab for algorithm settings.
|
| virtual void | init_disp () |
| | Tab for display settings (unused).
|
| virtual void | OnCharHook (wxKeyEvent &event) |
| | Key event handler.
|
| virtual void | OnOK (wxCommandEvent &ev) |
| | OK button event handler.
|
| virtual void | OnCancel (wxCommandEvent &ev) |
| | Cancel button event handler.
|
| virtual void | OnAdd (wxCommandEvent &ev) |
| | "Add sequence to the list" event handler
|
| virtual void | OnDel (wxCommandEvent &ev) |
| | "Remove sequence from the list" event handler
|
| virtual void | OnUp (wxCommandEvent &ev) |
| | "Move sequence up in list" event handler
|
| virtual void | OnDown (wxCommandEvent &ev) |
| | "Move sequence down in list" event handler
|
Public Attributes |
| wxNotebook * | nb |
| | Pointer to the wxNotebook structure holding the tabs.
|
| wxPanel * | pwhat |
| wxPanel * | phow |
| wxPanel * | pdisp |
| wxListBox * | cur |
| wxListBox * | all |
| wxListBox * | alg |
| wxSpinCtrl * | alg_match |
| wxSpinCtrl * | alg_mismatch |
| wxSpinCtrl * | alg_penalty |
| wxChoice * | alg_matrix |
| int | bo |
| int | th |
| TAlignment * | al |
| | Pointer to the calling TAlignment module.
|
| wxArrayTVector | vav |
| wxArrayTVector | vcv |
| wxArrayString | van |
| wxArrayString | vcn |