#include <fsOpNetIntegrationMgr.h>
Public Member Functions | |
| BOOL | DeinstallMozillaSuitePlugin () |
| BOOL | InstallMozillaSuitePlugin () |
| BOOL | IsMozillaSuitePluginInstalled (BOOL bQueryPluginDirIfUnknown=FALSE) |
| void | Initialize () |
| BOOL | InstallOperaPlugin () |
| BOOL | IsOperaPluginInstalled (BOOL bQueryPluginDirIfUnknown=FALSE) |
| BOOL | DeinstallOperaPlugin () |
| BOOL | DeinstallNetscapePlugin () |
| BOOL | InstallNetscapePlugin () |
| BOOL | IsNetscapePluginInstalled (BOOL bQueryPluginDirIfUnknown=FALSE) |
| BOOL | DeinstallFirefoxPlugin () |
| BOOL | InstallFirefoxPlugin () |
| BOOL | IsFirefoxPluginInstalled (BOOL bQueryPluginDirIfUnknown=FALSE) |
| fsOpNetIntegrationMgr () | |
| virtual | ~fsOpNetIntegrationMgr () |
Protected Attributes | |
| CString | m_strOpPath |
| CString | m_strNetPath |
| CString | m_strFfPath |
| CString | m_strMozSPath |
Definition at line 13 of file fsOpNetIntegrationMgr.h.
| fsOpNetIntegrationMgr::fsOpNetIntegrationMgr | ( | ) |
Definition at line 17 of file fsOpNetIntegrationMgr.cpp.
| fsOpNetIntegrationMgr::~fsOpNetIntegrationMgr | ( | ) | [virtual] |
Definition at line 22 of file fsOpNetIntegrationMgr.cpp.
| BOOL fsOpNetIntegrationMgr::DeinstallMozillaSuitePlugin | ( | ) |
Definition at line 365 of file fsOpNetIntegrationMgr.cpp.
References _App, FALSE, m_strMozSPath, and fsAppSettings::Monitor_MozillaSuitePDInstalledTo().
Referenced by CFdmApp::Install_UnregisterServer(), CDownloaderProperties_MonitorPage::OnApply(), and CMainFrame::OnMonitorbrowser().
| BOOL fsOpNetIntegrationMgr::InstallMozillaSuitePlugin | ( | ) |
Definition at line 348 of file fsOpNetIntegrationMgr.cpp.
References _App, FALSE, m_strMozSPath, fsAppSettings::Monitor_MozillaSuitePDInstalledTo(), and TRUE.
Referenced by CDownloaderProperties_MonitorPage::OnApply(), CMainFrame::OnMonitorbrowser(), and CFdmApp::RegisterServer().
| BOOL fsOpNetIntegrationMgr::IsMozillaSuitePluginInstalled | ( | BOOL | bQueryPluginDirIfUnknown = FALSE |
) |
Definition at line 330 of file fsOpNetIntegrationMgr.cpp.
References FALSE, Initialize(), m_strMozSPath, and TRUE.
Referenced by CDownloaderProperties_MonitorPage::OnApply(), CDownloaderProperties_MonitorPage::OnInitDialog(), CMainFrame::OnMonitorbrowser(), and CMainFrame::OnUpdateMonitorbrowser().
| void fsOpNetIntegrationMgr::Initialize | ( | ) |
Definition at line 27 of file fsOpNetIntegrationMgr.cpp.
References _App, m_strFfPath, m_strMozSPath, m_strNetPath, m_strOpPath, fsAppSettings::Monitor_FirefoxPDInstalledTo(), fsAppSettings::Monitor_MozillaSuitePDInstalledTo(), fsAppSettings::Monitor_NetscapePDInstalledTo(), fsAppSettings::Monitor_OperaPDInstalledTo(), and MY_MAX_PATH.
Referenced by CFdmApp::InitInstance(), IsFirefoxPluginInstalled(), IsMozillaSuitePluginInstalled(), IsNetscapePluginInstalled(), and IsOperaPluginInstalled().
| BOOL fsOpNetIntegrationMgr::InstallOperaPlugin | ( | ) |
Definition at line 167 of file fsOpNetIntegrationMgr.cpp.
References _App, FALSE, m_strOpPath, fsAppSettings::Monitor_OperaPDInstalledTo(), and TRUE.
Referenced by CDownloaderProperties_MonitorPage::OnApply(), CMainFrame::OnMonitorbrowser(), and CFdmApp::RegisterServer().
| BOOL fsOpNetIntegrationMgr::IsOperaPluginInstalled | ( | BOOL | bQueryPluginDirIfUnknown = FALSE |
) |
Definition at line 127 of file fsOpNetIntegrationMgr.cpp.
References CFolderBrowser::Create(), FALSE, CFolderBrowser::GetPath(), Initialize(), L_CANTFINDOPERADIR, L_CHOOSEOUTFOLDER, LS, m_strOpPath, NULL, PRG_NAME, and TRUE.
Referenced by CDownloaderProperties_MonitorPage::OnApply(), CDownloaderProperties_MonitorPage::OnInitDialog(), CMainFrame::OnMonitorbrowser(), and CMainFrame::OnUpdateMonitorbrowser().
| BOOL fsOpNetIntegrationMgr::DeinstallOperaPlugin | ( | ) |
Definition at line 184 of file fsOpNetIntegrationMgr.cpp.
References _App, FALSE, m_strOpPath, and fsAppSettings::Monitor_OperaPDInstalledTo().
Referenced by CFdmApp::Install_UnregisterServer(), CDownloaderProperties_MonitorPage::OnApply(), and CMainFrame::OnMonitorbrowser().
| BOOL fsOpNetIntegrationMgr::DeinstallNetscapePlugin | ( | ) |
Definition at line 248 of file fsOpNetIntegrationMgr.cpp.
References _App, FALSE, m_strNetPath, and fsAppSettings::Monitor_NetscapePDInstalledTo().
Referenced by CFdmApp::Install_UnregisterServer(), CDownloaderProperties_MonitorPage::OnApply(), and CMainFrame::OnMonitorbrowser().
| BOOL fsOpNetIntegrationMgr::InstallNetscapePlugin | ( | ) |
Definition at line 232 of file fsOpNetIntegrationMgr.cpp.
References _App, FALSE, m_strNetPath, fsAppSettings::Monitor_NetscapePDInstalledTo(), and TRUE.
Referenced by CDownloaderProperties_MonitorPage::OnApply(), CMainFrame::OnMonitorbrowser(), and CFdmApp::RegisterServer().
| BOOL fsOpNetIntegrationMgr::IsNetscapePluginInstalled | ( | BOOL | bQueryPluginDirIfUnknown = FALSE |
) |
Definition at line 199 of file fsOpNetIntegrationMgr.cpp.
References CFolderBrowser::Create(), FALSE, CFolderBrowser::GetPath(), Initialize(), L_CANTFINDNETSCAPEDIR, L_CHOOSEOUTFOLDER, LS, m_strNetPath, NULL, PRG_NAME, and TRUE.
Referenced by CDownloaderProperties_MonitorPage::OnApply(), CDownloaderProperties_MonitorPage::OnInitDialog(), CMainFrame::OnMonitorbrowser(), and CMainFrame::OnUpdateMonitorbrowser().
| BOOL fsOpNetIntegrationMgr::DeinstallFirefoxPlugin | ( | ) |
Definition at line 315 of file fsOpNetIntegrationMgr.cpp.
References _App, FALSE, m_strFfPath, and fsAppSettings::Monitor_FirefoxPDInstalledTo().
Referenced by CFdmApp::RegisterServer().
| BOOL fsOpNetIntegrationMgr::InstallFirefoxPlugin | ( | ) |
Definition at line 298 of file fsOpNetIntegrationMgr.cpp.
References _App, FALSE, m_strFfPath, fsAppSettings::Monitor_FirefoxPDInstalledTo(), and TRUE.
| BOOL fsOpNetIntegrationMgr::IsFirefoxPluginInstalled | ( | BOOL | bQueryPluginDirIfUnknown = FALSE |
) |
Definition at line 263 of file fsOpNetIntegrationMgr.cpp.
References CFolderBrowser::Create(), FALSE, CFolderBrowser::GetPath(), Initialize(), L_CANTFINDFIREFOXDIR, L_CHOOSEOUTFOLDER, LS, m_strFfPath, NULL, PRG_NAME, and TRUE.
CString fsOpNetIntegrationMgr::m_strOpPath [protected] |
Definition at line 40 of file fsOpNetIntegrationMgr.h.
Referenced by DeinstallOperaPlugin(), Initialize(), InstallOperaPlugin(), and IsOperaPluginInstalled().
CString fsOpNetIntegrationMgr::m_strNetPath [protected] |
Definition at line 41 of file fsOpNetIntegrationMgr.h.
Referenced by DeinstallNetscapePlugin(), Initialize(), InstallNetscapePlugin(), and IsNetscapePluginInstalled().
CString fsOpNetIntegrationMgr::m_strFfPath [protected] |
Definition at line 42 of file fsOpNetIntegrationMgr.h.
Referenced by DeinstallFirefoxPlugin(), Initialize(), InstallFirefoxPlugin(), and IsFirefoxPluginInstalled().
CString fsOpNetIntegrationMgr::m_strMozSPath [protected] |
Definition at line 43 of file fsOpNetIntegrationMgr.h.
Referenced by DeinstallMozillaSuitePlugin(), Initialize(), InstallMozillaSuitePlugin(), and IsMozillaSuitePluginInstalled().
1.5.6