demo_taxplot3d_ui.fl
来自「ncbi源码」· FL 代码 · 共 77 行
FL
77 行
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {demo_taxplot3d_ui_.hpp} code_name {demo_taxplot3d_ui_.cpp}decl {/* $Id: demo_taxplot3d_ui.fl,v 1000.1 2004/06/01 21:13:58 gouriano Exp $ */} {public} decl {/* $Id: demo_taxplot3d_ui.fl,v 1000.1 2004/06/01 21:13:58 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class CDemo3DUI {: IShiLoaderEvents} { decl {CDemo3DUI();} {public } decl {virtual ~CDemo3DUI();} {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;} {} Function {x_CreateWindow()} {open private } { Fl_Window {} {open xywh {502 162 727 772} type Double resizable visible } { Fl_Group {} {open xywh {15 6 703 764} resizable } { Fl_Button {} { label Load callback {x_OnLoadAccession();} xywh {195 735 90 26} } Fl_Button {} { label Cancel callback {x_OnLoadFile();} xywh {622 731 88 27} } Fl_File_Input m_FileName { label File xywh {51 660 232 36} when 1 } Fl_Box m_3DWidget { label {Camera View} private xywh {20 6 690 644} box DOWN_BOX color 7 labeltype NO_LABEL align 16 resizable class CTaxplot3dWidget4x } Fl_Choice m_Tax1 { label X open xywh {318 670 265 25} down_box BORDER_BOX } {} Fl_Choice m_Tax3 { label Z open xywh {318 735 265 25} down_box BORDER_BOX } {} Fl_Choice m_Tax2 { label Y open xywh {318 702 265 25} down_box BORDER_BOX } {} Fl_Progress m_Progress { xywh {50 700 235 26} } } } } decl {void x_OnLoadFile();} {} decl {void x_OnLoadAccession();} {} decl {ShiLoader * m_ShiLoader;} {} decl {void updateDatasource();} {public } decl {void fireEvent(eEventType eType, void * data);} {} decl {auto_ptr<CTaxplot3dDataSource> m_DS;} {}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?