progress_dlg.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- # 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_.hpp}
- code_name {progress_dlg_.cpp}
- decl {/* $Id: progress_dlg.fl,v 1000.3 2004/06/01 20:46:43 gouriano Exp $ */} {selected public
- }
- decl {/* $Id: progress_dlg.fl,v 1000.3 2004/06/01 20:46:43 gouriano Exp $ */} {selected
- }
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class NCBI_GUIDIALOGS_EXPORT CProgressDlg {: {public CDialog, public IReporter}
- } {
- decl {CProgressDlg();} {public
- }
- decl {void SetTitle(const string& title);} {public
- }
- decl {void SetMessage(const string& title);} {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 {422 495 400 110} type Double visible
- } {
- Fl_Progress m_Progress {
- private xywh {5 45 385 20} selection_color 4
- }
- Fl_Box m_Label {
- private xywh {5 10 390 25}
- }
- Fl_Button {} {
- label Cancel
- callback {x_OnCancel();}
- xywh {160 75 90 25}
- }
- }
- }
- decl {string m_TitleStr;} {}
- decl {string m_LabelStr;} {}
- decl {CFastMutex m_Mutex;} {}
- }