#include <TPhyloTree.h>
Inheritance diagram for TPhyloTree:

Public Member Functions | |
| TPhyloTree (wxWindow *parent, const wxString &title) | |
| Constructor. | |
| virtual void | initme () |
| Initialization. | |
| virtual wxString | getName () |
| Returns the gel module name. | |
| virtual void | setNewickTrees (wxString s, TAlignment *_ali=NULL) |
| virtual void | setModeStrange () |
| virtual void | setModeDrawgram () |
| virtual void | setRealNames (TAlignment *ali) |
| virtual void | OnDirectLines (wxCommandEvent &event) |
| Toggle direct lines. | |
| virtual void | OnTreeList (wxCommandEvent &event) |
| Tree list event. | |
| virtual void | OnFileSave (wxCommandEvent &event) |
| Save event. | |
| virtual void | OnPrint (wxCommandEvent &event) |
| Print event. | |
| virtual void | OnCopy (wxCommandEvent &event) |
| Copy event. | |
Private Member Functions | |
| virtual void | setNewickTree (wxString s) |
| virtual void | updateTreeList () |
| virtual void | updateDisplay () |
Private Attributes | |
| TPhyloTreeBox * | box |
| TPTree * | tree |
| wxListBox * | treelist |
| vector< TPTree * > | trees |
| wxString | mode |
| bool | directlines |
| wxCheckBox * | cb_directlines |
| TAlignment * | ali |
Friends | |
| class | TPhyloTreeBox |
|
||||||||||||
|
Constructor.
|
|
|
Returns the gel module name.
Reimplemented from ChildBase. |
|
|
Initialization.
|
|
|
Copy event.
|
|
|
Toggle direct lines.
|
|
|
Save event.
|
|
|
Print event.
|
|
|
Tree list event.
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1