scanner_output_dlg_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- /*
- * ===========================================================================
- * PRODUCTION $Log: scanner_output_dlg_.hpp,v $
- * PRODUCTION Revision 1000.2 2004/06/01 20:48:57 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.9
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0105
- #ifndef scanner_output_dlg__hpp
- #define scanner_output_dlg__hpp
- #include <FL/Fl.H>
- /* $Id: scanner_output_dlg_.hpp,v 1000.2 2004/06/01 20:48:57 gouriano Exp $ */
- #include <FL/Fl_Double_Window.H>
- #include <FL/Fl_Group.H>
- #include <FL/Fl_Text_Display.H>
- #include <FL/Fl_Return_Button.H>
- class CScannerOutputDlg : public CDialog {
- public:
- CScannerOutputDlg();
- ~CScannerOutputDlg();
- void Show(const string& plugin_path);
- private:
- auto_ptr<Fl_Text_Buffer> m_Buffer;
- Fl_Double_Window* x_CreateWindow();
- Fl_Text_Display *m_Text;
- inline void cb_OK_i(Fl_Return_Button*, void*);
- static void cb_OK(Fl_Return_Button*, void*);
- };
- #endif