phylo_tree_demo_ui.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 {phylo_tree_demo_ui_.hpp}
- code_name {phylo_tree_demo_ui_.cpp}
- decl {/* $Id: phylo_tree_demo_ui.fl,v 1000.1 2004/06/01 21:12:07 gouriano Exp $ */} {public
- }
- decl {/* $Id: phylo_tree_demo_ui.fl,v 1000.1 2004/06/01 21:12:07 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {}
- class CPhyloTreeDemoUI {} {
- decl {CPhyloTreeDemoUI();} {public
- }
- decl {~CPhyloTreeDemoUI();} {public
- }
- decl {void Show (int argc, char** argv);} {public
- }
- decl {Fl_Window * m_Window;} {}
- decl {CRef<CObjectManager> m_ObjMgr;} {}
- decl {CRef<CScope> m_Scope;} {}
- decl {CRef<CPhyloTreeDataSource> m_DataSource;} {}
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window m_MainWindow {
- label {Phylogenetic Tree Demo} open
- xywh {266 308 658 502} type Double resizable visible
- } {
- Fl_Box m_AlnWidget {
- private xywh {15 19 625 426} box DOWN_BOX color 7
- code0 {m_AlnWidget->Create();}
- class CPhyloTreeWidget
- }
- Fl_Button {} {
- label Close
- callback {x_QuitApp();}
- tooltip {Click to close the window} xywh {540 466 95 25}
- }
- Fl_Box {} {
- xywh {15 450 625 5} box THIN_DOWN_FRAME labeltype NO_LABEL
- }
- Fl_Choice m_Renderer {
- label {Select Draph Type} open
- xywh {136 466 200 25} down_box BORDER_BOX
- } {}
- }
- }
- decl {void x_OnLoadFile();} {}
- decl {void x_OnLoadAccession();} {}
- decl {void x_FillLists();} {}
- decl {void x_QuitApp();} {}
- }