📄 dlg_blastpoll.fl
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {dlg_blastpoll_.hpp} code_name {dlg_blastpoll_.cpp}decl {/* $Id: dlg_blastpoll.fl,v 1000.3 2004/06/01 20:54:23 gouriano Exp $ */} {selected public} decl {/* $Id: dlg_blastpoll.fl,v 1000.3 2004/06/01 20:54:23 gouriano Exp $ */} {selected} decl {\#include <ncbi_pch.hpp>} {selected} class CBlastPollDlg {: {public CDialog}} { decl {CBlastPollDlg();} {public } decl {void StartPoll();} {public } decl {void StopPoll();} {public } decl {void Poll();} {public } decl {void Add(const objects::CPluginCommand& args);} {public } decl {string m_CurrTimeStr;} {} decl {bool m_PollPending;} {} decl {CRef<CBlastRidCache> m_RidCache;} {} Function {x_CreateWindow()} {open } { Fl_Window {} { label Polling open private xywh {383 245 650 260} type Double resizable visible } { Fl_Group {} {open xywh {5 5 640 25} } { Fl_Box {} { label {RID:} xywh {5 5 50 25} labelsize 12 } Fl_Input m_InputRid { callback {x_OnAdd();} xywh {55 5 340 25} labelsize 12 when 8 textsize 12 resizable } Fl_Button {} { label Add callback {x_OnAdd();} xywh {400 5 80 25} labelsize 12 } Fl_Box {} { label {Current Time} xywh {480 5 80 25} labelsize 12 align 24 } Fl_Box m_CurrTime { private xywh {565 5 80 25} box THIN_DOWN_BOX color 7 labelsize 12 } } Fl_Group {} {open xywh {5 35 640 190} box THIN_DOWN_BOX color 7 resizable } { Fl_Group m_Table {open xywh {5 35 640 190} box THIN_DOWN_FRAME color 7 selection_color 4 labelsize 12 resizable class CBlastPollTable } {} } Fl_Group {} { xywh {5 230 640 25} } { Fl_Button {} { label {@2<} callback {x_OnUp();} xywh {5 230 30 25} labelsize 12 } Fl_Button {} { label {@8<} callback {x_OnDown();} xywh {40 230 30 25} labelsize 12 } Fl_Button {} { label Active callback {x_OnActiveToggle();} xywh {75 230 80 25} labelsize 12 } Fl_Button {} { label OK callback {x_OnOK();} xywh {565 230 80 25} labelsize 12 } Fl_Group {} {open xywh {240 230 125 25} resizable } {} Fl_Button {} { label {Poll Now} callback {x_OnPollNow();} xywh {160 230 80 25} labelsize 12 } } } } decl {void x_OnAdd();} {} decl {void x_OnRemove();} {} decl {void x_OnUp();} {} decl {void x_OnDown();} {} decl {void x_OnActiveToggle();} {} decl {bool x_Poll(CBlastPollItem& item);} {} decl {void x_OnPollNow();} {}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -