progress_dlg.fl
来自「ncbi源码」· FL 代码 · 共 51 行
FL
51 行
# 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;} {}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?