document_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 {document_dlg_.hpp} 
  5. code_name {document_dlg_.cpp}
  6. decl {/* $Id: document_dlg.fl,v 1000.3 2004/06/01 20:47:57 gouriano Exp $ */} {selected public
  7. decl {/* $Id: document_dlg.fl,v 1000.3 2004/06/01 20:47:57 gouriano Exp $ */} {selected
  8. decl {#include <ncbi_pch.hpp>} {selected
  9. class CDocumentDlg {: {public CDocMgrView, public ISelection}
  10. } {
  11.   decl {CDocumentDlg();} {public
  12.   }
  13.   decl {void Update(TUpdateFlags flags);} {public
  14.   }
  15.   decl {void Hide();} {public
  16.   }
  17.   decl {string GetTitle() const;} {public
  18.   }
  19.   decl {void Show();} {public
  20.   }
  21.   decl {bool Shown() const;} {public
  22.   }
  23.   decl {auto_ptr<CAlgoMenuMgr> m_ToolsMgr;} {}
  24.   decl {auto_ptr<Fl_Window> m_Window;} {}
  25.   Function {x_CreateWindow()} {private
  26.   } {
  27.     Fl_Window {} {
  28.       label {NCBI Genome Workbench: All Loaded Records}
  29.       callback {x_OnOK();} open
  30.       xywh {673 250 460 349} type Double resizable visible
  31.     } {
  32.       Fl_Group {} {open
  33.         xywh {5 5 450 310} box FLAT_BOX color 7 resizable
  34.       } {
  35.         Fl_Group m_Records {
  36.           callback {x_OnSelChanged();}
  37.           private xywh {5 5 450 310} box THIN_DOWN_FRAME color 7 selection_color 4 labelsize 12 resizable
  38.           class CRecordsTable
  39.         } {}
  40.       }
  41.       Fl_Group {} {open
  42.         xywh {5 320 450 25}
  43.       } {
  44.         Fl_Menu_Button m_ToolsButton {
  45.           label Tools open
  46.           private xywh {5 320 100 25} labelsize 12 textsize 12
  47.         } {}
  48.         Fl_Button {} {
  49.           label Unload
  50.           callback {x_OnUnload();}
  51.           xywh {265 320 95 25} labelsize 12
  52.         }
  53.         Fl_Return_Button {} {
  54.           label OK
  55.           callback {x_OnOK();}
  56.           xywh {365 320 90 25} labelsize 12
  57.         }
  58.         Fl_Group {} {open
  59.           xywh {105 320 160 25} resizable
  60.         } {}
  61.       }
  62.     }
  63.   }
  64.   decl {void x_OnUnload();} {}
  65.   decl {void x_OnOK();} {}
  66.   decl {void x_OnSelChanged();} {}
  67.   decl {void x_UpdateDynMenus();} {}
  68.   decl {void GetSelections(TConstScopedObjects& objs) const;} {public
  69.   }
  70.   decl {void SetSelections(const TConstScopedObjects& objs);} {public
  71.   }