report_view.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- # 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;} {}
- }