registry_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- /*
- * ===========================================================================
- * PRODUCTION $Log: registry_.hpp,v $
- * PRODUCTION Revision 1000.0 2003/10/31 20:59:23 gouriano
- * PRODUCTION PRODUCTION: IMPORTED [ORIGINAL] Dev-tree R1.1
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0104
- #ifndef registry__hpp
- #define registry__hpp
- #include <FL/Fl.H>
- #include <FL/Fl_Double_Window.H>
- #include <FL/Fl_Menu_Bar.H>
- #include <FL/Fl_Tile.H>
- #include <FL/Fl_Group.H>
- #include <FL/Fl_Return_Button.H>
- #include <FL/Fl_Button.H>
- class CRegistryDlg {
- public:
- CRegistryDlg(IRegistryData& data);
- private:
- Fl_Double_Window* x_CreateWindow();
- static Fl_Menu_Item menu_[];
- Fl_Toggle_Tree *m_Tree;
- public:
- void Show();
- void Hide();
- private:
- auto_ptr<Fl_Window> m_Window;
- CRef<IRegistryData> m_Data;
- };
- #endif