view_hit_matrix_.hpp

来自「ncbi源码」· HPP 代码 · 共 43 行

HPP
43
字号
/* * =========================================================================== * PRODUCTION $Log: view_hit_matrix_.hpp,v $ * PRODUCTION Revision 1000.1  2004/06/01 20:59:26  gouriano * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.6 * PRODUCTION * =========================================================================== */// generated by Fast Light User Interface Designer (fluid) version 1.0105#ifndef view_hit_matrix__hpp#define view_hit_matrix__hpp#include <FL/Fl.H>/* $Id: view_hit_matrix_.hpp,v 1000.1 2004/06/01 20:59:26 gouriano Exp $ */#include <FL/Fl_Group.H>class CHitMatrixView : public CAlnView {public:  CHitMatrixView(const objects::CPluginMessage& args, const string& pool_name);  static void GetInfo(objects::CPluginInfo& info);  void OnDocumentChanged();  void OnSelectionChanged(const CSelectionBuffer& buf);  const string& GetTitle() const;private:  auto_ptr<CViewMenuMgr> m_ViewMenuMgr;  CRef<CHitMatrixDataSource> m_DataSource;  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_MenuBar;  CHitMatrixWidget *m_AlnView;};#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?