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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: registry_.hpp,v $
  4.  * PRODUCTION Revision 1000.0  2003/10/31 20:59:23  gouriano
  5.  * PRODUCTION PRODUCTION: IMPORTED [ORIGINAL] Dev-tree R1.1
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // generated by Fast Light User Interface Designer (fluid) version 1.0104
  10. #ifndef registry__hpp
  11. #define registry__hpp
  12. #include <FL/Fl.H>
  13. #include <FL/Fl_Double_Window.H>
  14. #include <FL/Fl_Menu_Bar.H>
  15. #include <FL/Fl_Tile.H>
  16. #include <FL/Fl_Group.H>
  17. #include <FL/Fl_Return_Button.H>
  18. #include <FL/Fl_Button.H>
  19. class CRegistryDlg {
  20. public:
  21.   CRegistryDlg(IRegistryData& data);
  22. private:
  23.   Fl_Double_Window* x_CreateWindow();
  24.   static Fl_Menu_Item menu_[];
  25.   Fl_Toggle_Tree *m_Tree;
  26. public:
  27.   void Show();
  28.   void Hide();
  29. private:
  30.   auto_ptr<Fl_Window> m_Window;
  31.   CRef<IRegistryData> m_Data;
  32. };
  33. #endif