view_phylo_tree_.hpp
来自「ncbi源码」· HPP 代码 · 共 46 行
HPP
46 行
/* * =========================================================================== * 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?