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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: gltestui_.hpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 20:53:25  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // generated by Fast Light User Interface Designer (fluid) version 1.0105
  10. #ifndef gltestui__hpp
  11. #define gltestui__hpp
  12. #include <FL/Fl.H>
  13. /* $Id: gltestui_.hpp,v 1000.1 2004/06/01 20:53:25 gouriano Exp $ */
  14. #include <FL/Fl_Double_Window.H>
  15. #include <FL/Fl_Menu_Bar.H>
  16. #include <FL/Fl_Group.H>
  17. #include <FL/Fl_Box.H>
  18. class CGlTestUI {
  19. public:
  20.   CGlTestUI();
  21.   static Fl_Menu_Item menu_[];
  22. private:
  23.   inline void cb_Save_i(Fl_Menu_*, void*);
  24.   static void cb_Save(Fl_Menu_*, void*);
  25.   inline void cb_E_i(Fl_Menu_*, void*);
  26.   static void cb_E(Fl_Menu_*, void*);
  27.   Fl_Box *m_GlVersion;
  28.   Fl_Box *m_GlRenderer;
  29.   Fl_Box *m_GlVendor;
  30.   Fl_Box *m_GlExtensions;
  31.   Fl_Box *m_GluVersion;
  32.   Fl_Box *m_GluExtensions;
  33.   Fl_Gl_Window *m_GlWindow;
  34.   auto_ptr<Fl_Window> m_Window;
  35.   void x_PostConstruction();
  36.   void x_OnExit();
  37.   void x_OnSave();
  38. };
  39. #endif