progress_dlg_ex.fl

来自「ncbi源码」· FL 代码 · 共 57 行

FL
57
字号
# 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;} {}} 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?