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

生物技术

开发平台:

C/C++

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0105 
  3. do_not_include_H_from_C 
  4. header_name {../../../../include/gui/dialogs/progress/progress_dlg_.hpp} 
  5. code_name {progress_dlg_.cpp}
  6. decl {/* $Id: progress_dlg.fl,v 1000.3 2004/06/01 20:46:43 gouriano Exp $ */} {selected public
  7. decl {/* $Id: progress_dlg.fl,v 1000.3 2004/06/01 20:46:43 gouriano Exp $ */} {selected
  8. decl {#include <ncbi_pch.hpp>} {selected
  9. class NCBI_GUIDIALOGS_EXPORT CProgressDlg {: {public CDialog, public IReporter}
  10. } {
  11.   decl {CProgressDlg();} {public
  12.   }
  13.   decl {void SetTitle(const string& title);} {public
  14.   }
  15.   decl {void SetMessage(const string& title);} {public
  16.   }
  17.   decl {void SetPctCompleted(int pct);} {public
  18.   }
  19.   decl {void Clear(void);} {public
  20.   }
  21.   decl {bool HasBeenCanceled(void) const;} {public
  22.   }
  23.   Function {x_CreateWindow()} {open private
  24.   } {
  25.     Fl_Window {} {open
  26.       xywh {422 495 400 110} type Double visible
  27.     } {
  28.       Fl_Progress m_Progress {
  29.         private xywh {5 45 385 20} selection_color 4
  30.       }
  31.       Fl_Box m_Label {
  32.         private xywh {5 10 390 25}
  33.       }
  34.       Fl_Button {} {
  35.         label Cancel
  36.         callback {x_OnCancel();}
  37.         xywh {160 75 90 25}
  38.       }
  39.     }
  40.   }
  41.   decl {string m_TitleStr;} {}
  42.   decl {string m_LabelStr;} {}
  43.   decl {CFastMutex m_Mutex;} {}