view_phylo_tree.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 {view_phylo_tree_.hpp} 
  5. code_name {view_phylo_tree_.cpp}
  6. decl {/* $Id: view_phylo_tree.fl,v 1000.1 2004/06/01 20:59:59 gouriano Exp $ */} {public
  7. decl {/* $Id: view_phylo_tree.fl,v 1000.1 2004/06/01 20:59:59 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {selected
  9. class CPhyloTreeView {: {public CView}
  10. } {
  11.   decl {CPhyloTreeView(const objects::CPluginMessage& msg, const string& pool_name);} {public
  12.   }
  13.   decl {static void GetInfo(objects::CPluginInfo& info);} {public
  14.   }
  15.   decl {void OnDocumentChanged();} {public
  16.   }
  17.   decl {EVENT_MAP_DECLARE();} {public
  18.   }
  19.   decl {const string& GetTitle() const;} {public
  20.   }
  21.   decl {auto_ptr<CViewMenuMgr> m_ViewMenuMgr;} {}
  22.   decl {CRef<CPhyloTreeDataSource> m_DataSource;} {}
  23.   decl {TPhyTreeNode m_TreeData;} {}
  24.   decl {vector<CConstRef<objects::CSeq_id> > m_SeqIds} {}
  25.   decl {void x_OnFileClose();} {}
  26.   decl {void x_OnHelp();} {}
  27.   decl {void x_OnZoomSelection();} {}
  28.   decl {void x_OnZoomOut();} {}
  29.   decl {void x_OnZoomIn();} {}
  30.   decl {void x_OnZoomAll();} {}
  31.   decl {void x_OnClearSelections();} {}
  32.   decl {void x_OnZoomSequence();} {}
  33.   Function {x_CreateWindow()} {open private
  34.   } {
  35.     Fl_Window {} {
  36.       callback {OnExit();} open
  37.       private xywh {427 237 800 600} type Double resizable
  38.       class Fl_Window visible
  39.     } {
  40.       Fl_Menu_Bar m_MenuBarOld {open
  41.         private xywh {0 0 800 25} box FLAT_BOX
  42.         class CMenuBar
  43.       } {}
  44.       Fl_Menu_Bar m_MenuBarNew {open
  45.         private xywh {0 25 800 25} box FLAT_BOX
  46.         class CMenuBar1
  47.       } {}
  48.       Fl_Group {} {
  49.         xywh {0 25 800 575} box THIN_DOWN_FRAME resizable
  50.       } {
  51.         Fl_Group m_PhyloTree {
  52.           private xywh {1 26 798 573} box FLAT_BOX color 7 resizable
  53.           code0 {m_PhyloTree->Create();}
  54.           class CPhyloTreeWidget
  55.         } {}
  56.       }
  57.     }
  58.   }