progress_dlg_ex.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {../../../../include/gui/dialogs/progress/progress_dlg_ex_.hpp}
- code_name {progress_dlg_ex_.cpp}
- decl {/* $Id: progress_dlg_ex.fl,v 1000.3 2004/06/01 20:46:51 gouriano Exp $ */} {selected public
- }
- decl {/* $Id: progress_dlg_ex.fl,v 1000.3 2004/06/01 20:46:51 gouriano Exp $ */} {selected
- }
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class NCBI_GUIDIALOGS_EXPORT CProgressDlgEx {: {public CDialog, public IReporter}
- } {
- decl {CProgressDlgEx();} {public
- }
- decl {~CProgressDlgEx();} {public
- }
- decl {void SetTitle(const string& title);} {public
- }
- decl {void SetMessage(const string& label);} {public
- }
- decl {void SetPctCompleted(int pct);} {public
- }
- decl {void Clear(void);} {public
- }
- decl {bool HasBeenCanceled(void) const;} {public
- }
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {open
- xywh {337 152 385 165} type Double hide resizable
- } {
- Fl_Text_Display m_Text {
- private xywh {5 5 375 125} box NO_BOX labelsize 10 resizable
- }
- Fl_Group {} {open
- xywh {5 135 375 25}
- } {
- Fl_Progress m_Progress {
- private xywh {5 140 290 15} selection_color 4 resizable
- }
- Fl_Button {} {
- label Cancel
- callback {x_OnCancel();}
- xywh {300 135 80 25}
- }
- }
- }
- }
- decl {string m_TitleStr;} {}
- decl {auto_ptr<Fl_Text_Buffer> m_Buffer;} {}
- decl {CFastMutex m_Mutex;} {}
- }