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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: view_phylo_tree_.hpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 21:00:22  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.7
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // generated by Fast Light User Interface Designer (fluid) version 1.0105
  10. #ifndef view_phylo_tree__hpp
  11. #define view_phylo_tree__hpp
  12. #include <FL/Fl.H>
  13. /* $Id: view_phylo_tree_.hpp,v 1000.1 2004/06/01 21:00:22 gouriano Exp $ */
  14. #include <FL/Fl_Group.H>
  15. class CPhyloTreeView : public CView {
  16. public:
  17.   CPhyloTreeView(const objects::CPluginMessage& msg, const string& pool_name);
  18.   static void GetInfo(objects::CPluginInfo& info);
  19.   void OnDocumentChanged();
  20.   EVENT_MAP_DECLARE();
  21.   const string& GetTitle() const;
  22. private:
  23.   auto_ptr<CViewMenuMgr> m_ViewMenuMgr;
  24.   CRef<CPhyloTreeDataSource> m_DataSource;
  25.   TPhyTreeNode m_TreeData;
  26.   vector<CConstRef<objects::CSeq_id> > m_SeqIds;
  27.   void x_OnFileClose();
  28.   void x_OnHelp();
  29.   void x_OnZoomSelection();
  30.   void x_OnZoomOut();
  31.   void x_OnZoomIn();
  32.   void x_OnZoomAll();
  33.   void x_OnClearSelections();
  34.   void x_OnZoomSequence();
  35.   Fl_Window* x_CreateWindow();
  36.   inline void cb__i(Fl_Window*, void*);
  37.   static void cb_(Fl_Window*, void*);
  38.   CMenuBar *m_MenuBarOld;
  39.   CMenuBar1 *m_MenuBarNew;
  40.   CPhyloTreeWidget *m_PhyloTree;
  41. };
  42. #endif