hit_matrix_demo_ui.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
源码类别:

生物技术

开发平台:

C/C++

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0105 
  3. do_not_include_H_from_C 
  4. header_name {hit_matrix_demo_ui_.hpp} 
  5. code_name {hit_matrix_demo_ui_.cpp}
  6. decl {/* $Id: hit_matrix_demo_ui.fl,v 1000.2 2004/06/01 21:11:26 gouriano Exp $ */} {public
  7. decl {/* $Id: hit_matrix_demo_ui.fl,v 1000.2 2004/06/01 21:11:26 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {} 
  9. class CHitMatrixDemoUI {} {
  10.   decl {CHitMatrixDemoUI();} {public
  11.   }
  12.   decl {~CHitMatrixDemoUI();} {public
  13.   }
  14.   decl {void Show (int argc, char** argv);} {public
  15.   }
  16.   decl {auto_ptr<Fl_Window> m_Window;} {}
  17.   decl {CRef<CObjectManager> m_ObjMgr;} {}
  18.   decl {CRef<CScope> m_Scope;} {}
  19.   decl {CRef<CHitMatrixDataSource> m_DataSource;} {}
  20.   Function {x_CreateWindow()} {open private
  21.   } {
  22.     Fl_Window {} {open
  23.       xywh {265 321 968 589} type Double resizable visible
  24.     } {
  25.       Fl_Group {} {open
  26.         xywh {10 10 955 430} resizable
  27.       } {
  28.         Fl_Box m_MatrixWidget {
  29.           private xywh {15 39 930 401} box DOWN_BOX color 7 resizable
  30.           code0 {m_MatrixWidget->Create();}
  31.           class CHitMatrixWidget
  32.         }
  33.         Fl_Menu_Bar m_MenuBar {open
  34.           private xywh {15 10 930 30}
  35.           class CMenuBar
  36.         } {}
  37.       }
  38.       Fl_Group {} {open
  39.         xywh {10 395 945 240}
  40.       } {
  41.         Fl_Group {} {open
  42.           xywh {710 425 245 180}
  43.         } {
  44.           Fl_Input m_Accession {
  45.             label {Accession to Load}
  46.             private xywh {710 460 180 25}
  47.           }
  48.           Fl_Button {} {
  49.             label {Load!}
  50.             callback {x_OnLoadAccession();}
  51.             xywh {895 460 60 25}
  52.           }
  53.           Fl_File_Input m_InputFile {
  54.             label {File to Load}
  55.             private xywh {710 495 180 35}
  56.           }
  57.           Fl_Button {} {
  58.             label {Load!}
  59.             callback {x_OnLoadFile();}
  60.             xywh {895 505 60 25}
  61.           }
  62.           Fl_Choice m_Anchor {
  63.             label {Anchor on...} open
  64.             private xywh {710 540 185 25} down_box BORDER_BOX
  65.           } {}
  66.         }
  67.       }
  68.     }
  69.   }
  70.   decl {void x_OnLoadFile();} {}
  71.   decl {void x_OnLoadAccession();} {}