Go to the source code of this file.
Classes | |
| struct | wgMenuViewItem |
| struct | wgTButtonInfo |
| struct | wgMenuItemImage |
Defines | |
| #define | WGP_MENU_CMDFIRST 50000 |
| #define | WGP_MENU_CMDLAST 50900 |
| #define | WGP_MENU_VIEWSMPLITEM_CMDSTART (WGP_MENU_CMDLAST-100) |
| #define | WM_WGP_READYTOSHUTDOWN (WM_APP + 0) |
| #define | WM_WGP_SHUTDOWN (WM_APP + 1) |
| #define | WM_WGP_UPDATE_MENUMAIN (WM_APP + 2) |
| #define | WM_WGP_UPDATE_MENUVIEW (WM_APP + 3) |
| #define | WM_WGP_UPDATE_CMDITEM (WM_APP + 4) |
| #define | WM_WGP_INSERT (WM_APP + 5) |
| #define | WGP_CMDITEMSTATE_ENABLED 0 |
| #define | WGP_CMDITEMSTATE_DISABLED 1 |
| #define | WGP_CMDITEMSTATE_CHECKED 2 |
Enumerations | |
| enum | wgLanguage { WGL_UNKNOWN } |
| #define WGP_CMDITEMSTATE_CHECKED 2 |
Definition at line 23 of file plugins.h.
Referenced by CChildView::OnUpdatePluginCommand(), CFVDownloads_Tasks::OnUpdateToolBar(), CDownloads_Tasks::OnUpdateToolBar(), and CUploadsWnd::UpdateToolBar().
| #define WGP_CMDITEMSTATE_DISABLED 1 |
Definition at line 22 of file plugins.h.
Referenced by CChildView::OnUpdatePluginCommand(), CSheduler_Tasks::OnUpdateToolBar(), CHFE_FileList::OnUpdateToolBar(), CFVDownloads_Tasks::OnUpdateToolBar(), CDownloads_Tasks::OnUpdateToolBar(), CUploadsWnd::UpdateToolBar(), CSpiderTasks::UpdateToolBar(), and CSitesWnd::UpdateToolBar().
| #define WGP_CMDITEMSTATE_ENABLED 0 |
Definition at line 21 of file plugins.h.
Referenced by CSheduler_Tasks::OnUpdateToolBar(), CHFE_FileList::OnUpdateToolBar(), CFVDownloads_Tasks::OnUpdateToolBar(), CDownloads_Tasks::OnUpdateToolBar(), CUploadsWnd::UpdateToolBar(), CSpiderTasks::UpdateToolBar(), and CSitesWnd::UpdateToolBar().
| #define WGP_MENU_VIEWSMPLITEM_CMDSTART (WGP_MENU_CMDLAST-100) |
Definition at line 12 of file plugins.h.
Referenced by CMainFrame::AddPluginMenuView(), and CMainFrame::OnUpdatePluginMenuView().
| #define WM_WGP_INSERT (WM_APP + 5) |
| #define WM_WGP_READYTOSHUTDOWN (WM_APP + 0) |
| #define WM_WGP_SHUTDOWN (WM_APP + 1) |
| #define WM_WGP_UPDATE_CMDITEM (WM_APP + 4) |
| #define WM_WGP_UPDATE_MENUMAIN (WM_APP + 2) |
| #define WM_WGP_UPDATE_MENUVIEW (WM_APP + 3) |
| enum wgLanguage |
1.5.6