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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: view_hit_matrix_.hpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 20:59:26  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.6
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // generated by Fast Light User Interface Designer (fluid) version 1.0105
  10. #ifndef view_hit_matrix__hpp
  11. #define view_hit_matrix__hpp
  12. #include <FL/Fl.H>
  13. /* $Id: view_hit_matrix_.hpp,v 1000.1 2004/06/01 20:59:26 gouriano Exp $ */
  14. #include <FL/Fl_Group.H>
  15. class CHitMatrixView : public CAlnView {
  16. public:
  17.   CHitMatrixView(const objects::CPluginMessage& args, const string& pool_name);
  18.   static void GetInfo(objects::CPluginInfo& info);
  19.   void OnDocumentChanged();
  20.   void OnSelectionChanged(const CSelectionBuffer& buf);
  21.   const string& GetTitle() const;
  22. private:
  23.   auto_ptr<CViewMenuMgr> m_ViewMenuMgr;
  24.   CRef<CHitMatrixDataSource> m_DataSource;
  25.   void x_OnFileClose();
  26.   void x_OnHelp();
  27.   void x_OnZoomSelection();
  28.   void x_OnZoomOut();
  29.   void x_OnZoomIn();
  30.   void x_OnZoomAll();
  31.   void x_OnClearSelections();
  32.   void x_OnZoomSequence();
  33.   Fl_Window* x_CreateWindow();
  34.   inline void cb__i(Fl_Window*, void*);
  35.   static void cb_(Fl_Window*, void*);
  36.   CMenuBar *m_MenuBar;
  37.   CHitMatrixWidget *m_AlnView;
  38. };
  39. #endif