⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plugin_mgr_dlg_.hpp

📁 ncbi源码
💻 HPP
字号:
/* * =========================================================================== * 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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -