#include <fsIEContextMenuMgr.h>
Public Member Functions | |
| BOOL | IsDLFlashVideoMenuPresent () |
| BOOL | IsDLSelectedMenuPresent () |
| BOOL | IsDLAllMenuPresent () |
| BOOL | AddIEMenus () |
| BOOL | DeleteIEMenus () |
| BOOL | IsIEMenusPresent () |
| BOOL | IsDLThisMenuPresent () |
| BOOL | IsDLPageMenuPresent () |
| void | ReadState () |
| fsIEContextMenuMgr () | |
| virtual | ~fsIEContextMenuMgr () |
Static Public Member Functions | |
| static void | DeleteAllFDMsIEMenus () |
Protected Member Functions | |
| BOOL | AddContextMenu (LPCSTR pszMenuName, LPCSTR pszMenuUrl, DWORD dwContext=0) |
| BOOL | DeleteContextMenu (LPCSTR pszMenuName) |
| BOOL | IsContextMenuPresent (LPCSTR pszMenuName) |
Protected Attributes | |
| BOOL | m_bDLPageMenu |
| BOOL | m_bDLThisMenu |
| BOOL | m_bDLAllMenu |
| BOOL | m_bDLSelectedMenu |
| BOOL | m_bDLFlashVideoMenu |
Definition at line 20 of file fsIEContextMenuMgr.h.
| fsIEContextMenuMgr::fsIEContextMenuMgr | ( | ) |
Definition at line 16 of file fsIEContextMenuMgr.cpp.
| fsIEContextMenuMgr::~fsIEContextMenuMgr | ( | ) | [virtual] |
Definition at line 21 of file fsIEContextMenuMgr.cpp.
| BOOL fsIEContextMenuMgr::IsDLFlashVideoMenuPresent | ( | ) |
| void fsIEContextMenuMgr::DeleteAllFDMsIEMenus | ( | ) | [static] |
Definition at line 217 of file fsIEContextMenuMgr.cpp.
Referenced by CFdmApp::Install_UnregisterServer(), and CFdmApp::RegisterServer().
| BOOL fsIEContextMenuMgr::IsDLSelectedMenuPresent | ( | ) |
| BOOL fsIEContextMenuMgr::IsDLAllMenuPresent | ( | ) |
| BOOL fsIEContextMenuMgr::AddIEMenus | ( | ) |
Definition at line 82 of file fsIEContextMenuMgr.cpp.
References _App, AddContextMenu(), BOOL, FALSE, IEMENU_CONTEXT_DEFAULT, IEMENU_CONTEXT_IMAGE, IEMENU_CONTEXT_LINK, IEMENU_CONTEXT_SELECTEDTEXT, L_DLALLIEMENU, L_DLFLASHVIDEOIEMENU, L_DLPAGEIEMENU, L_DLSELECTEDIEMENU, L_DLTHISIEMENU, LS, m_bDLAllMenu, m_bDLFlashVideoMenu, m_bDLPageMenu, m_bDLSelectedMenu, m_bDLThisMenu, fsAppSettings::Monitor_IEMenu_DLAll(), fsAppSettings::Monitor_IEMenu_DLFlashVideo(), fsAppSettings::Monitor_IEMenu_DLPage(), fsAppSettings::Monitor_IEMenu_DLSelected(), fsAppSettings::Monitor_IEMenu_DLThis(), TRUE, and fsAppSettings::WriteTranslatedStringToRegistry().
Referenced by CDownloaderProperties_MonitorPage::OnApply(), CMainFrame::OnLngMenu(), CDlgCustomizeIEMenu::OnOK(), and CFdmApp::RegisterServer().
| BOOL fsIEContextMenuMgr::DeleteIEMenus | ( | ) |
Definition at line 149 of file fsIEContextMenuMgr.cpp.
References BOOL, DeleteContextMenu(), FALSE, L_DLALLIEMENU, L_DLFLASHVIDEOIEMENU, L_DLPAGEIEMENU, L_DLSELECTEDIEMENU, L_DLTHISIEMENU, LS, m_bDLAllMenu, m_bDLFlashVideoMenu, m_bDLPageMenu, m_bDLSelectedMenu, m_bDLThisMenu, and TRUE.
Referenced by CDownloaderProperties_MonitorPage::OnApply(), CMainFrame::OnLngMenu(), CDlgCustomizeIEMenu::OnOK(), and CFdmApp::RegisterServer().
| BOOL fsIEContextMenuMgr::IsIEMenusPresent | ( | ) |
Definition at line 143 of file fsIEContextMenuMgr.cpp.
References m_bDLAllMenu, m_bDLFlashVideoMenu, m_bDLPageMenu, m_bDLSelectedMenu, and m_bDLThisMenu.
Referenced by CFdmApp::Install_UnregisterServer(), CDownloaderProperties_MonitorPage::OnInitDialog(), and CMainFrame::OnLngMenu().
| BOOL fsIEContextMenuMgr::IsDLThisMenuPresent | ( | ) |
| BOOL fsIEContextMenuMgr::IsDLPageMenuPresent | ( | ) |
| void fsIEContextMenuMgr::ReadState | ( | ) |
Definition at line 63 of file fsIEContextMenuMgr.cpp.
References IsContextMenuPresent(), L_DLALLIEMENU, L_DLFLASHVIDEOIEMENU, L_DLPAGEIEMENU, L_DLSELECTEDIEMENU, L_DLTHISIEMENU, LS, m_bDLAllMenu, m_bDLFlashVideoMenu, m_bDLPageMenu, m_bDLSelectedMenu, and m_bDLThisMenu.
Referenced by CFdmApp::InitInstance(), and CDownloaderProperties_MonitorPage::OnInitDialog().
| BOOL fsIEContextMenuMgr::AddContextMenu | ( | LPCSTR | pszMenuName, | |
| LPCSTR | pszMenuUrl, | |||
| DWORD | dwContext = 0 | |||
| ) | [protected] |
| BOOL fsIEContextMenuMgr::DeleteContextMenu | ( | LPCSTR | pszMenuName | ) | [protected] |
| BOOL fsIEContextMenuMgr::IsContextMenuPresent | ( | LPCSTR | pszMenuName | ) | [protected] |
BOOL fsIEContextMenuMgr::m_bDLPageMenu [protected] |
Definition at line 49 of file fsIEContextMenuMgr.h.
Referenced by AddIEMenus(), DeleteIEMenus(), IsDLPageMenuPresent(), IsIEMenusPresent(), and ReadState().
BOOL fsIEContextMenuMgr::m_bDLThisMenu [protected] |
Definition at line 50 of file fsIEContextMenuMgr.h.
Referenced by AddIEMenus(), DeleteIEMenus(), IsDLThisMenuPresent(), IsIEMenusPresent(), and ReadState().
BOOL fsIEContextMenuMgr::m_bDLAllMenu [protected] |
Definition at line 51 of file fsIEContextMenuMgr.h.
Referenced by AddIEMenus(), DeleteIEMenus(), IsDLAllMenuPresent(), IsIEMenusPresent(), and ReadState().
BOOL fsIEContextMenuMgr::m_bDLSelectedMenu [protected] |
Definition at line 52 of file fsIEContextMenuMgr.h.
Referenced by AddIEMenus(), DeleteIEMenus(), IsDLSelectedMenuPresent(), IsIEMenusPresent(), and ReadState().
BOOL fsIEContextMenuMgr::m_bDLFlashVideoMenu [protected] |
Definition at line 53 of file fsIEContextMenuMgr.h.
Referenced by AddIEMenus(), DeleteIEMenus(), IsDLFlashVideoMenuPresent(), IsIEMenusPresent(), and ReadState().
1.5.6