view_phylo_tree.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {view_phylo_tree_.hpp}
- code_name {view_phylo_tree_.cpp}
- decl {/* $Id: view_phylo_tree.fl,v 1000.1 2004/06/01 20:59:59 gouriano Exp $ */} {public
- }
- decl {/* $Id: view_phylo_tree.fl,v 1000.1 2004/06/01 20:59:59 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class CPhyloTreeView {: {public CView}
- } {
- decl {CPhyloTreeView(const objects::CPluginMessage& msg, const string& pool_name);} {public
- }
- decl {static void GetInfo(objects::CPluginInfo& info);} {public
- }
- decl {void OnDocumentChanged();} {public
- }
- decl {EVENT_MAP_DECLARE();} {public
- }
- decl {const string& GetTitle() const;} {public
- }
- decl {auto_ptr<CViewMenuMgr> m_ViewMenuMgr;} {}
- decl {CRef<CPhyloTreeDataSource> m_DataSource;} {}
- decl {TPhyTreeNode m_TreeData;} {}
- decl {vector<CConstRef<objects::CSeq_id> > m_SeqIds} {}
- decl {void x_OnFileClose();} {}
- decl {void x_OnHelp();} {}
- decl {void x_OnZoomSelection();} {}
- decl {void x_OnZoomOut();} {}
- decl {void x_OnZoomIn();} {}
- decl {void x_OnZoomAll();} {}
- decl {void x_OnClearSelections();} {}
- decl {void x_OnZoomSequence();} {}
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {
- callback {OnExit();} open
- private xywh {427 237 800 600} type Double resizable
- class Fl_Window visible
- } {
- Fl_Menu_Bar m_MenuBarOld {open
- private xywh {0 0 800 25} box FLAT_BOX
- class CMenuBar
- } {}
- Fl_Menu_Bar m_MenuBarNew {open
- private xywh {0 25 800 25} box FLAT_BOX
- class CMenuBar1
- } {}
- Fl_Group {} {
- xywh {0 25 800 575} box THIN_DOWN_FRAME resizable
- } {
- Fl_Group m_PhyloTree {
- private xywh {1 26 798 573} box FLAT_BOX color 7 resizable
- code0 {m_PhyloTree->Create();}
- class CPhyloTreeWidget
- } {}
- }
- }
- }
- }