plugin_arg_dialog.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_arg_dialog_.hpp}
- code_name {plugin_arg_dialog_.cpp}
- decl {/* $Id: plugin_arg_dialog.fl,v 1000.4 2004/06/01 20:44:17 gouriano Exp $ */} {public
- }
- decl {/* $Id: plugin_arg_dialog.fl,v 1000.4 2004/06/01 20:44:17 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {}
- class NCBI_GUICORE_EXPORT CPluginArgDialog {open selected : {public CDialog}
- } {
- decl {CPluginArgDialog(CPluginHandle handle, objects::CPluginArgSet& args, const TConstScopedObjects& selections);} {public
- }
- decl {void Show();} {public
- }
- decl {void SetArgs(objects::CPluginArgSet& args, const TConstScopedObjects& selections);} {public
- }
- decl {void SetTitle(const string& title);} {public
- }
- decl {void Size(int w, int h);} {public
- }
- decl {string m_Title;} {}
- decl {CPluginHandle m_Handle;} {}
- decl {CRef<objects::CPluginArgSet> m_Args;} {}
- decl {TConstScopedObjects m_Selections;} {}
- decl {void x_OnOK();} {}
- decl {void x_OnHelp();} {}
- decl {void x_OnSaveOptions();} {}
- Function {x_CreateWindow()} {private
- } {
- Fl_Window {} {
- callback {x_OnCancel();} open
- private xywh {606 299 550 585} type Double resizable visible
- } {
- Fl_Scroll m_Form {open
- private xywh {5 5 540 535} resizable
- class CPluginArgForm
- } {}
- Fl_Group {} {open
- xywh {5 540 540 5} box THIN_DOWN_FRAME
- } {}
- Fl_Group {} {open
- private xywh {5 550 540 25}
- } {
- Fl_Button {} {
- label {Save Options}
- callback {x_OnSaveOptions();}
- private xywh {5 550 110 25} labelsize 12
- }
- Fl_Group {} {open
- xywh {115 550 180 25} resizable
- } {}
- Fl_Return_Button {} {
- label OK
- callback {x_OnOK();}
- private xywh {380 550 80 25} labelsize 12
- }
- Fl_Button {} {
- label Cancel
- callback {x_OnCancel();}
- private xywh {465 550 80 25} shortcut 0xff1b labelsize 12
- }
- Fl_Button m_HelpButton {
- label Help
- callback {x_OnHelp();}
- private xywh {295 550 80 25} shortcut 0xff1b labelsize 12
- }
- }
- }
- }
- }