phylo_tree_demo_ui.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
源码类别:

生物技术

开发平台:

C/C++

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0105 
  3. do_not_include_H_from_C 
  4. header_name {phylo_tree_demo_ui_.hpp} 
  5. code_name {phylo_tree_demo_ui_.cpp}
  6. decl {/* $Id: phylo_tree_demo_ui.fl,v 1000.1 2004/06/01 21:12:07 gouriano Exp $ */} {public
  7. decl {/* $Id: phylo_tree_demo_ui.fl,v 1000.1 2004/06/01 21:12:07 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {} 
  9. class CPhyloTreeDemoUI {} {
  10.   decl {CPhyloTreeDemoUI();} {public
  11.   }
  12.   decl {~CPhyloTreeDemoUI();} {public
  13.   }
  14.   decl {void Show (int argc, char** argv);} {public
  15.   }
  16.   decl {Fl_Window * m_Window;} {}
  17.   decl {CRef<CObjectManager> m_ObjMgr;} {}
  18.   decl {CRef<CScope> m_Scope;} {}
  19.   decl {CRef<CPhyloTreeDataSource> m_DataSource;} {}
  20.   Function {x_CreateWindow()} {open private
  21.   } {
  22.     Fl_Window m_MainWindow {
  23.       label {Phylogenetic Tree Demo} open
  24.       xywh {266 308 658 502} type Double resizable visible
  25.     } {
  26.       Fl_Box m_AlnWidget {
  27.         private xywh {15 19 625 426} box DOWN_BOX color 7
  28.         code0 {m_AlnWidget->Create();}
  29.         class CPhyloTreeWidget
  30.       }
  31.       Fl_Button {} {
  32.         label Close
  33.         callback {x_QuitApp();}
  34.         tooltip {Click to close the window} xywh {540 466 95 25}
  35.       }
  36.       Fl_Box {} {
  37.         xywh {15 450 625 5} box THIN_DOWN_FRAME labeltype NO_LABEL
  38.       }
  39.       Fl_Choice m_Renderer {
  40.         label {Select Draph Type} open
  41.         xywh {136 466 200 25} down_box BORDER_BOX
  42.       } {}
  43.     }
  44.   }
  45.   decl {void x_OnLoadFile();} {}
  46.   decl {void x_OnLoadAccession();} {}
  47.   decl {void x_FillLists();} {}
  48.   decl {void x_QuitApp();} {}