plugin_dlg.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {../../../include/gui/core/plugin_dlg_.hpp}
- code_name {plugin_dlg_.cpp}
- decl {/* $Id: plugin_dlg.fl,v 1000.0 2004/06/01 21:17:23 gouriano Exp $ */} {public
- }
- decl {/* $Id: plugin_dlg.fl,v 1000.0 2004/06/01 21:17:23 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {}
- class NCBI_GUICORE_EXPORT CPluginDlg {open : {public CDialog}
- } {
- decl {CPluginDlg(objects::EAlgoCommand cmd);} {public
- }
- decl {CPluginDlg(objects::EDataCommand cmd);} {public
- }
- decl {CPluginDlg(objects::EViewCommand cmd);} {public
- }
- decl {vector<CPluginHandle> m_Handles;} {}
- decl {CRef<objects::CPluginMessage> m_Msg;} {}
- decl {objects::EAlgoCommand m_AlgoCmd;} {}
- decl {objects::EDataCommand m_DataCmd;} {}
- decl {objects::EViewCommand m_ViewCmd;} {}
- decl {TConstScopedObjects m_Objs;} {}
- decl {string m_TitleBase;} {}
- Function {x_CreateWindow()} {open
- } {
- Fl_Window {} {open
- xywh {287 124 673 304} type Double hide resizable
- } {
- Fl_Browser m_PluginList {
- callback {x_OnPluginChanged();}
- private xywh {5 5 160 240} type Hold labelsize 12 textsize 12
- }
- Fl_Group m_Form {
- private xywh {170 5 500 240} labelsize 12 resizable
- class CPluginArgForm
- } {}
- Fl_Group {} {open
- xywh {5 275 665 25} labelsize 12
- } {
- Fl_Button {} {
- label Cancel
- callback {x_OnCancel();}
- xywh {585 275 85 25} labelsize 12
- }
- Fl_Return_Button {} {
- label OK
- callback {x_OnOK();}
- xywh {495 275 85 25} labelsize 12
- }
- Fl_Group {} {open
- xywh {5 275 490 25} labelsize 12 resizable
- } {}
- }
- Fl_Group m_StatusBar {selected
- private xywh {5 250 665 20} box THIN_DOWN_BOX labelsize 12 align 20
- class CStatusBar
- } {}
- }
- }
- decl {void x_OnOK();} {}
- decl {void x_OnPluginChanged();} {}
- decl {void x_Init(objects::EAlgoCommand cmd);} {}
- decl {void x_Init(objects::EDataCommand cmd);} {}
- decl {void x_Init(objects::EViewCommand cmd);} {}
- }