hit_matrix_demo_ui.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 {hit_matrix_demo_ui_.hpp}
- code_name {hit_matrix_demo_ui_.cpp}
- decl {/* $Id: hit_matrix_demo_ui.fl,v 1000.2 2004/06/01 21:11:26 gouriano Exp $ */} {public
- }
- decl {/* $Id: hit_matrix_demo_ui.fl,v 1000.2 2004/06/01 21:11:26 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {}
- class CHitMatrixDemoUI {} {
- decl {CHitMatrixDemoUI();} {public
- }
- decl {~CHitMatrixDemoUI();} {public
- }
- decl {void Show (int argc, char** argv);} {public
- }
- decl {auto_ptr<Fl_Window> m_Window;} {}
- decl {CRef<CObjectManager> m_ObjMgr;} {}
- decl {CRef<CScope> m_Scope;} {}
- decl {CRef<CHitMatrixDataSource> m_DataSource;} {}
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {open
- xywh {265 321 968 589} type Double resizable visible
- } {
- Fl_Group {} {open
- xywh {10 10 955 430} resizable
- } {
- Fl_Box m_MatrixWidget {
- private xywh {15 39 930 401} box DOWN_BOX color 7 resizable
- code0 {m_MatrixWidget->Create();}
- class CHitMatrixWidget
- }
- Fl_Menu_Bar m_MenuBar {open
- private xywh {15 10 930 30}
- class CMenuBar
- } {}
- }
- Fl_Group {} {open
- xywh {10 395 945 240}
- } {
- Fl_Group {} {open
- xywh {710 425 245 180}
- } {
- Fl_Input m_Accession {
- label {Accession to Load}
- private xywh {710 460 180 25}
- }
- Fl_Button {} {
- label {Load!}
- callback {x_OnLoadAccession();}
- xywh {895 460 60 25}
- }
- Fl_File_Input m_InputFile {
- label {File to Load}
- private xywh {710 495 180 35}
- }
- Fl_Button {} {
- label {Load!}
- callback {x_OnLoadFile();}
- xywh {895 505 60 25}
- }
- Fl_Choice m_Anchor {
- label {Anchor on...} open
- private xywh {710 540 185 25} down_box BORDER_BOX
- } {}
- }
- }
- }
- }
- decl {void x_OnLoadFile();} {}
- decl {void x_OnLoadAccession();} {}
- }