|
Public Member Functions |
| | TABIviewer (wxWindow *parent, const wxString &title) |
| | Constructor.
|
| virtual | ~TABIviewer () |
| | Destructor.
|
| virtual void | initme () |
| | Initialization.
|
| virtual wxString | getName () |
| | Returns the module name.
|
| virtual void | showSequence () |
| | Show/refresh the sequence.
|
| virtual wxString | getStat () |
| | Get statistics as a wxString.
|
| virtual void | showStat () |
| | Show the statistics.
|
| virtual void | set_view_only (int from, int to) |
| | Sets partial view.
|
| virtual bool | is_only_view () |
| | Partial view?
|
| virtual void | toggle_inv_compl () |
| | Switches between normal and inverse/complementary display.
|
| virtual bool | get_inv_compl () |
| | Returns the state of normal or inverse/complementary display.
|
| virtual void | OnMarkAll (wxCommandEvent &event) |
| | Ctrl-A event handler.
|
| virtual void | OnFileSave (wxCommandEvent &event) |
| | Save-as event handler.
|
| virtual void | OnFind (wxCommandEvent &event) |
| | Find event handler.
|
| virtual void | OnCopy (wxCommandEvent &event) |
| | Copy event handler.
|
| virtual void | OnCopyToNew (wxCommandEvent &event) |
| | Copy-to-new event handler.
|
| virtual void | OnEditMode (wxCommandEvent &event) |
| | Edit mode event handler.
|
| virtual void | OnEditName (wxCommandEvent &event) |
| virtual void | OnSeqPrint (wxCommandEvent &event) |
| | Print sequence event handler.
|
| virtual void | OnHelplines (wxCommandEvent &event) |
| | Grey helper lines event handler.
|
| virtual void | OnInvCompl (wxCommandEvent &event) |
| | Invers/complement event handler.
|
| virtual void | OnSpinWidth (wxSpinEvent &event) |
| | Peak width event handler.
|
| virtual void | OnSpinHeight (wxSpinEvent &event) |
| | Peak height event handler.
|
| virtual void | OnZoom (wxScrollEvent &event) |
| | Zoom event handler.
|
| virtual void | OnHorizontal (wxCommandEvent &event) |
| | Horizontal mode event handler.
|
| virtual void | OnSpeak (wxCommandEvent &WXUNUSED(event)) |
| | Speak sequence event handler.
|
| virtual void | OnDummy (wxCommandEvent &WXUNUSED(event)) |
| virtual void | OnFontsize (wxCommandEvent &event) |
| | Fontsize event handler.
|
Public Attributes |
| SequenceCanvas * | sc |
| | Pointer to the sequence canvas structure.
|
Private Member Functions |
| virtual void | spinHeight () |
| | Sets the height spin box.
|
| virtual void | set_view (long _from, long _to) |
Private Attributes |
| wxTextCtrl * | stat |
| | Pointer to statistics text box.
|
| int | from |
| int | oldh |
| wxString | filename |
| | The name of the imported file.
|
| wxCheckBox * | aidLines |
| wxCheckBox * | inv_compl |
| wxSpinCtrl * | f_height |
| wxSpinCtrl * | f_width |
| wxSlider * | slider |
| | Pointer to the slider structure.
|
| long | view_from |
| long | view_to |
| wxChoice * | fontsize |
Friends |
| class | MyFrame |