view_phylo_tree_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- /*
- * ===========================================================================
- * PRODUCTION $Log: view_phylo_tree_.hpp,v $
- * PRODUCTION Revision 1000.1 2004/06/01 21:00:22 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.7
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0105
- #ifndef view_phylo_tree__hpp
- #define view_phylo_tree__hpp
- #include <FL/Fl.H>
- /* $Id: view_phylo_tree_.hpp,v 1000.1 2004/06/01 21:00:22 gouriano Exp $ */
- #include <FL/Fl_Group.H>
- class CPhyloTreeView : public CView {
- public:
- CPhyloTreeView(const objects::CPluginMessage& msg, const string& pool_name);
- static void GetInfo(objects::CPluginInfo& info);
- void OnDocumentChanged();
- EVENT_MAP_DECLARE();
- const string& GetTitle() const;
- private:
- auto_ptr<CViewMenuMgr> m_ViewMenuMgr;
- CRef<CPhyloTreeDataSource> m_DataSource;
- TPhyTreeNode m_TreeData;
- vector<CConstRef<objects::CSeq_id> > m_SeqIds;
- void x_OnFileClose();
- void x_OnHelp();
- void x_OnZoomSelection();
- void x_OnZoomOut();
- void x_OnZoomIn();
- void x_OnZoomAll();
- void x_OnClearSelections();
- void x_OnZoomSequence();
- Fl_Window* x_CreateWindow();
- inline void cb__i(Fl_Window*, void*);
- static void cb_(Fl_Window*, void*);
- CMenuBar *m_MenuBarOld;
- CMenuBar1 *m_MenuBarNew;
- CPhyloTreeWidget *m_PhyloTree;
- };
- #endif