choose_seq_dlg.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 {../../../../include/gui/widgets/hit_matrix/choose_seq_dlg_.hpp} 
  5. code_name {choose_seq_dlg_.cpp}
  6. decl {/* $Id: choose_seq_dlg.fl,v 1000.1 2004/06/01 21:10:50 gouriano Exp $ */} {public
  7. decl {/* $Id: choose_seq_dlg.fl,v 1000.1 2004/06/01 21:10:50 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {} 
  9. class NCBI_GUIWIDGETS_HIT_MATRIX_EXPORT CChooseSeqDlg {: {public CDialog}
  10. } {
  11.   Function {x_CreateWindow()} {open private
  12.   } {
  13.     Fl_Window {} {open
  14.       xywh {627 334 347 231} type Double visible
  15.     } {
  16.       Fl_Button {} {
  17.         label Cancel
  18.         callback {x_OnCancel();}
  19.         xywh {255 200 85 25} labelsize 12
  20.       }
  21.       Fl_Return_Button {} {
  22.         label Ok
  23.         callback {x_OnOK()}
  24.         xywh {165 200 85 25} labelsize 12
  25.       }
  26.       Fl_Browser m_QueryList {
  27.         label {Query  }
  28.         xywh {75 15 265 85} type Hold labelsize 12 align 4 textsize 12
  29.         class CBrowser
  30.       }
  31.       Fl_Browser m_SubjectList {
  32.         label {Subject  }
  33.         xywh {76 110 264 85} type Hold labelsize 12 align 4 textsize 12
  34.         class CBrowser
  35.       }
  36.     }
  37.   }
  38.   decl {int m_SelectedIndex;} {}
  39.   decl {CChooseSeqDlg();} {public
  40.   }
  41.   decl {virtual void x_OnOK();} {}
  42.   decl {virtual void x_OnCancel();} {}
  43.   decl {void SetSeqs(const vector<string>& seqs, int q_index, int s_index);} {public
  44.   }
  45.   decl {vector<string>  m_Seqs;} {}
  46.   decl {void x_FillSubjectList();} {}
  47.   decl {int GetQueryIndex();} {public
  48.   }
  49.   decl {int GetSubjectIndex();} {public
  50.   }