view_taxtree.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 {view_taxtree_.hpp} 
  5. code_name {view_taxtree_.cpp}
  6. decl {/* $Id: view_taxtree.fl,v 1000.1 2004/06/01 21:03:01 gouriano Exp $ */} {public
  7. decl {/* $Id: view_taxtree.fl,v 1000.1 2004/06/01 21:03:01 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {} 
  9. class CViewTaxTree {open : {public CView}
  10. } {
  11.   decl {CViewTaxTree(const objects::CPluginMessage& args, const string& pool_name);} {public
  12.   }
  13.   decl {static void GetInfo(objects::CPluginInfo& info);} {public
  14.   }
  15.   decl {void OnDocumentChanged();} {public
  16.   }
  17.   decl {const string& GetTitle() const;} {public
  18.   }
  19.   decl {EVENT_MAP_DECLARE();} {public
  20.   }
  21.   Function {x_CreateWindow()} {open private
  22.   } {
  23.     Fl_Window {} {open
  24.       xywh {552 175 435 500} type Double resizable
  25.       class Fl_Window visible
  26.     } {
  27.       Fl_Menu_Bar m_Menu {open
  28.         private xywh {0 0 435 25} box FLAT_BOX labelsize 12
  29.       } {
  30.         submenu {} {
  31.           label File open
  32.           xywh {0 0 100 20} labelsize 12
  33.         } {
  34.           menuitem {} {
  35.             label Close
  36.             xywh {0 0 100 20} labelsize 12
  37.           }
  38.         }
  39.         submenu {} {
  40.           label Views open
  41.           xywh {0 0 100 20} labelsize 12
  42.         } {
  43.           submenu {} {
  44.             label {Active Views} open
  45.             xywh {0 0 100 20} labelsize 12
  46.           } {}
  47.           submenu {} {
  48.             label {New View} open
  49.             xywh {10 10 100 20} labelsize 12
  50.           } {}
  51.         }
  52.         submenu {} {
  53.           label Help open
  54.           xywh {0 0 100 20} labelsize 12
  55.         } {}
  56.       }
  57.       Fl_Group {} {open
  58.         xywh {0 25 435 475} box FLAT_BOX color 7 labelsize 12 resizable
  59.       } {
  60.         Fl_Group m_TaxTree {open
  61.           private xywh {0 25 435 475} box THIN_DOWN_FRAME color 7 selection_color 4 labelsize 12 resizable
  62.           class CTaxTreeBrowser
  63.         } {}
  64.       }
  65.     }
  66.   }
  67.   decl {plugin_args::TIdList m_Ids;} {}
  68.   decl {auto_ptr<CViewMenuMgr> m_ViewMenuMgr;} {}
  69.   decl {CRef<CTaxTreeDataSource> m_DataSource;} {}