#include <Prg_GeneralPage.h>
Public Types | |
| enum | { IDD = IDD_PRG_GENERAL } |
Public Member Functions | |
| CPrg_GeneralPage () | |
| ~CPrg_GeneralPage () | |
| virtual BOOL | OnApply () |
| virtual void | OnCancel () |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnAutostart () |
| afx_msg void | OnStartminimized () |
| afx_msg void | OnMintotray () |
| afx_msg void | OnCloseasminimize () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnWhatisthis () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnModifyieuseragent () |
| afx_msg void | OnAdjustFw () |
Protected Attributes | |
| CPrg_GeneralPage_FWDlg | m_dlgFW |
| BOOL | m_bAutostartChanged |
Definition at line 14 of file Prg_GeneralPage.h.
| anonymous enum |
| CPrg_GeneralPage::CPrg_GeneralPage | ( | ) |
| CPrg_GeneralPage::~CPrg_GeneralPage | ( | ) |
Definition at line 27 of file Prg_GeneralPage.cpp.
| BOOL CPrg_GeneralPage::OnApply | ( | ) | [virtual] |
Definition at line 100 of file Prg_GeneralPage.cpp.
References _App, _AutorunMgr, _pwndDownloads, b, BOOL, fsAppSettings::DownloadsInfoWndBlend(), fsAppSettings::DropBoxWndBlend(), FALSE, fsAppSettings::FloatingWndsHideInFSMode(), IDC_AUTOSTART, IDC_CLOSEASMINIMIZE, IDC_MINTOTRAY, IDC_MODIFYIEUSERAGENT, IDC_STARTMINIMIZED, IE_USERAGENT_ADDITION, m_bAutostartChanged, CMainFrame::m_bCloseAsMinimize, CPrg_GeneralPage_FWDlg::m_bDropBox, CPrg_GeneralPage_FWDlg::m_bHideInFs, CPrg_GeneralPage_FWDlg::m_bInfoWnd, CMainFrame::m_bMinToTray, m_dlgFW, CPrg_GeneralPage_FWDlg::m_DropBoxTrancparency, CPrg_GeneralPage_FWDlg::m_InfoWndTrancparency, CMainFrame::m_pFloatWndsThread, CFloatingWndsThread::m_wndFloating, CFloatingWndsThread::m_wndFloatingInfo, fsAppSettings::ModifyIEUserAgent(), fsAppSettings::Prg_StartMinimized(), fsIEUserAgent::RemovePP(), fsAutorunMgr::SetAutoStart(), CFloatingInfoWnd::SetBlend(), CFloatingWnd::SetBlend(), fsIEUserAgent::SetPP(), CFloatingWnd::Show(), TRUE, CFloatingInfoWnd::TurnOffWindow(), CFloatingWnd::UpdateTimer(), CDownloadsWnd::UpdateTrayIconPlusOthers(), and fsAppSettings::View_FloatingInfoWindow().
| void CPrg_GeneralPage::OnCancel | ( | ) | [virtual] |
Definition at line 221 of file Prg_GeneralPage.cpp.
References _App, fsAppSettings::DownloadsInfoWndBlend(), fsAppSettings::DropBoxWndBlend(), CMainFrame::m_pFloatWndsThread, CFloatingWndsThread::m_wndFloating, CFloatingWndsThread::m_wndFloatingInfo, CFloatingInfoWnd::SetBlend(), and CFloatingWnd::SetBlend().
| void CPrg_GeneralPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 31 of file Prg_GeneralPage.cpp.
| void CPrg_GeneralPage::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 177 of file Prg_GeneralPage.cpp.
References _CHMgr, IDC_AUTOSTART, IDC_CLOSEASMINIMIZE, IDC_MINTOTRAY, IDC_MODIFYIEUSERAGENT, IDC_STARTMINIMIZED, L_AUTOSTARTHERE, L_CLOSEASMINHERE, L_MINTOTRAYHERE, L_MODIFYIEUSERAGENT_HERE, L_STARTMINIMIZEDHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CPrg_GeneralPage::ApplyLanguage | ( | ) | [protected] |
Definition at line 161 of file Prg_GeneralPage.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__STARTUP, IDC__SYSTEM, IDC_ADJUST_FW, IDC_AUTOSTART, IDC_CLOSEASMINIMIZE, IDC_MINTOTRAY, IDC_MODIFYIEUSERAGENT, IDC_STARTMINIMIZED, L_ADJUST_FW, L_AUTOSTART, L_CLOSEASMINIMIZE, L_MINTOTRAY, L_MODIFYIEUSERAGENT, L_STARTMINIMIZED, L_STARTUP, and L_SYSTEM.
Referenced by OnInitDialog().
| BOOL CPrg_GeneralPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 53 of file Prg_GeneralPage.cpp.
References _App, _AutorunMgr, ApplyLanguage(), fsAppSettings::DownloadsInfoWndBlend(), fsAppSettings::DropBoxWndBlend(), FALSE, fsAppSettings::FloatingWndsHideInFSMode(), fsAutorunMgr::IsAutoStart(), m_bAutostartChanged, CMainFrame::m_bCloseAsMinimize, CPrg_GeneralPage_FWDlg::m_bDropBox, CPrg_GeneralPage_FWDlg::m_bHideInFs, CPrg_GeneralPage_FWDlg::m_bInfoWnd, CMainFrame::m_bMinToTray, m_dlgFW, CPrg_GeneralPage_FWDlg::m_DropBoxTrancparency, CPrg_GeneralPage_FWDlg::m_InfoWndTrancparency, fsAppSettings::ModifyIEUserAgent(), fsAppSettings::Prg_StartMinimized(), TRUE, fsAppSettings::View_FloatingInfoWindow(), and fsAppSettings::View_FloatingWindow().
| void CPrg_GeneralPage::OnAutostart | ( | ) | [protected] |
| void CPrg_GeneralPage::OnStartminimized | ( | ) | [protected] |
Definition at line 85 of file Prg_GeneralPage.cpp.
| void CPrg_GeneralPage::OnMintotray | ( | ) | [protected] |
Definition at line 90 of file Prg_GeneralPage.cpp.
| void CPrg_GeneralPage::OnCloseasminimize | ( | ) | [protected] |
Definition at line 95 of file Prg_GeneralPage.cpp.
| void CPrg_GeneralPage::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 150 of file Prg_GeneralPage.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| void CPrg_GeneralPage::OnWhatisthis | ( | ) | [protected] |
Definition at line 156 of file Prg_GeneralPage.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| BOOL CPrg_GeneralPage::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 193 of file Prg_GeneralPage.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CPrg_GeneralPage::OnModifyieuseragent | ( | ) | [protected] |
Definition at line 210 of file Prg_GeneralPage.cpp.
| void CPrg_GeneralPage::OnAdjustFw | ( | ) | [protected] |
Definition at line 215 of file Prg_GeneralPage.cpp.
References _DlgMgr, fsDialogsMgr::DoModal(), and m_dlgFW.
CPrg_GeneralPage_FWDlg CPrg_GeneralPage::m_dlgFW [protected] |
Definition at line 35 of file Prg_GeneralPage.h.
Referenced by OnAdjustFw(), OnApply(), and OnInitDialog().
BOOL CPrg_GeneralPage::m_bAutostartChanged [protected] |
Definition at line 38 of file Prg_GeneralPage.h.
Referenced by OnApply(), OnAutostart(), and OnInitDialog().
1.5.6