choose_seq_dlg.fl
来自「ncbi源码」· FL 代码 · 共 56 行
FL
56 行
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {../../../../include/gui/widgets/hit_matrix/choose_seq_dlg_.hpp} code_name {choose_seq_dlg_.cpp}decl {/* $Id: choose_seq_dlg.fl,v 1000.1 2004/06/01 21:10:50 gouriano Exp $ */} {public} decl {/* $Id: choose_seq_dlg.fl,v 1000.1 2004/06/01 21:10:50 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class NCBI_GUIWIDGETS_HIT_MATRIX_EXPORT CChooseSeqDlg {: {public CDialog}} { Function {x_CreateWindow()} {open private } { Fl_Window {} {open xywh {627 334 347 231} type Double visible } { Fl_Button {} { label Cancel callback {x_OnCancel();} xywh {255 200 85 25} labelsize 12 } Fl_Return_Button {} { label Ok callback {x_OnOK()} xywh {165 200 85 25} labelsize 12 } Fl_Browser m_QueryList { label {Query } xywh {75 15 265 85} type Hold labelsize 12 align 4 textsize 12 class CBrowser } Fl_Browser m_SubjectList { label {Subject } xywh {76 110 264 85} type Hold labelsize 12 align 4 textsize 12 class CBrowser } } } decl {int m_SelectedIndex;} {} decl {CChooseSeqDlg();} {public } decl {virtual void x_OnOK();} {} decl {virtual void x_OnCancel();} {} decl {void SetSeqs(const vector<string>& seqs, int q_index, int s_index);} {public } decl {vector<string> m_Seqs;} {} decl {void x_FillSubjectList();} {} decl {int GetQueryIndex();} {public } decl {int GetSubjectIndex();} {public }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?