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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: output_dlg_.hpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 20:55:21  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 output_dlg__hpp
  11. #define output_dlg__hpp
  12. #include <FL/Fl.H>
  13. /* $Id: output_dlg_.hpp,v 1000.1 2004/06/01 20:55:21 gouriano Exp $ */
  14. #include <FL/Fl_Double_Window.H>
  15. #include <FL/Fl_Multiline_Output.H>
  16. class COutputDlg {
  17. public:
  18.   COutputDlg();
  19. private:
  20.   Fl_Double_Window *m_MainWin;
  21.   Fl_Multiline_Output *m_Text;
  22. public:
  23.   void SetText(const string& s);
  24.   string GetText() const;
  25.   void Size(int x, int y);
  26.   void Show();
  27.   void SetTitle(const string& s);
  28. private:
  29.   string m_TitleStr;
  30. };
  31. #endif