report_view.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/core/report_view_.hpp} code_name {report_view_.cpp}decl {/* $Id: report_view.fl,v 1000.0 2004/06/01 21:17:48 gouriano Exp $ */} {selected public} decl {/* $Id: report_view.fl,v 1000.0 2004/06/01 21:17:48 gouriano Exp $ */} {selected} decl {\#include <ncbi_pch.hpp>} {selected} class NCBI_GUICORE_EXPORT CReportView {: {public CView}} { decl {CReportView();} {public } decl {void SetColumn(size_t col_idx, const string& col_header, Fl_Align align = FL_ALIGN_CENTER, float width = 1.0f);} {public } decl {void Reserve(size_t rows, size_t cols);} {public } decl {string& SetCell(size_t row, size_t col);} {public } decl {const string& GetCell(size_t row, size_t col) const;} {public } decl {void SetData(size_t row, const CSerialObject& obj);} {public } decl {const CSerialObject& GetData(size_t row) const;} {public } decl {void SetTitle(const string& str);} {public } decl {const string& GetTitle() const;} {public } decl {void OnSelectionChanged(const CSelectionBuffer& sels);} {public } decl {void OnVisibleRangeChanged(const objects::CSeq_loc& loc);} {public } Function {x_CreateWindow()} {open private } { Fl_Window {} {open xywh {518 278 365 323} type Double visible } { Fl_Box {} { label {The results of the tool are:} xywh {0 0 365 45} box FLAT_BOX } Fl_Box m_Table { private xywh {0 45 365 275} class CReportTable } } } decl {string m_Title;} {}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?