plugin_mgr_dlg_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- /*
- * ===========================================================================
- * PRODUCTION $Log: plugin_mgr_dlg_.hpp,v $
- * PRODUCTION Revision 1000.1 2004/06/01 20:48:42 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.7
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0105
- #ifndef plugin_mgr_dlg__hpp
- #define plugin_mgr_dlg__hpp
- #include <FL/Fl.H>
- /* $Id: plugin_mgr_dlg_.hpp,v 1000.1 2004/06/01 20:48:42 gouriano Exp $ */
- #include <FL/Fl_Double_Window.H>
- #include <FL/Fl_Group.H>
- #include <FL/Fl_Browser.H>
- #include <FL/Fl_Button.H>
- class CPluginMgrDlg : public CDialog {
- public:
- CPluginMgrDlg();
- void Show(void);
- private:
- auto_ptr<CScannerOutputDlg> m_OutputDlg;
- void x_OnPathUp();
- void x_OnPathDown();
- void x_OnAddPath();
- void x_OnRemovePath();
- void x_OnRescanPlugins();
- void x_OnToggleEnable();
- string x_ListToPluginPath();
- Fl_Double_Window* x_CreateWindow();
- Fl_Browser *m_PathsList;
- inline void cb_Add_i(Fl_Button*, void*);
- static void cb_Add(Fl_Button*, void*);
- inline void cb_Remove_i(Fl_Button*, void*);
- static void cb_Remove(Fl_Button*, void*);
- inline void cb_Rescan_i(Fl_Button*, void*);
- static void cb_Rescan(Fl_Button*, void*);
- inline void cb_8_i(Fl_Button*, void*);
- static void cb_8(Fl_Button*, void*);
- inline void cb_2_i(Fl_Button*, void*);
- static void cb_2(Fl_Button*, void*);
- CPluginTable *m_PluginTable;
- inline void cb_Disable_i(Fl_Button*, void*);
- static void cb_Disable(Fl_Button*, void*);
- };
- #endif