#include <DlgDownloadsHistory.h>
Public Types | |
| enum | { IDD = IDD_DOWNLOADSHISTORY_SETTINGS } |
Public Member Functions | |
| CDlgDownloadsHistory (CWnd *pParent=NULL) | |
Public Attributes | |
| CSpinButtonCtrl | m_wndSpin |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| void | UpdateEnabled () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnWhatisthis () |
| afx_msg void | OnUse () |
| afx_msg void | OnDelrecthatexists () |
| afx_msg void | OnClearhistory () |
| virtual void | OnOK () |
Definition at line 13 of file DlgDownloadsHistory.h.
| anonymous enum |
| CDlgDownloadsHistory::CDlgDownloadsHistory | ( | CWnd * | pParent = NULL |
) |
Definition at line 19 of file DlgDownloadsHistory.cpp.
| void CDlgDownloadsHistory::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| void CDlgDownloadsHistory::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 123 of file DlgDownloadsHistory.cpp.
References _CHMgr, IDC_CLEARHISTORY, IDC_COMPONLY, IDC_DAYS, IDC_DELRECTHATEXISTS, IDC_USE, L_CLEARHISTORYHERE, L_DELRECTHATEXISTSHERE, L_DLHISTCOMPONLYHERE, L_USEDLHISTHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CDlgDownloadsHistory::ApplyLanguage | ( | ) | [protected] |
Definition at line 109 of file DlgDownloadsHistory.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__DAYS, IDC_CLEARHISTORY, IDC_COMPONLY, IDC_DELRECTHATEXISTS, IDC_USE, L_CANCEL, L_CLEARHISTORY2, L_DAYS, L_DELRECTHATEXISTS, L_DLHISTCOMPONLY, L_DLHISTSETTINGS, and L_SAVEDLHIST.
Referenced by OnInitDialog().
| void CDlgDownloadsHistory::UpdateEnabled | ( | ) | [protected] |
Definition at line 97 of file DlgDownloadsHistory.cpp.
References _DldsMgr, b, BOOL, fsDownloadsHistoryMgr::GetRecordCount(), IDC__DAYS, IDC_CLEARHISTORY, IDC_COMPONLY, IDC_DAYS, IDC_DAYSSPIN, IDC_DELRECTHATEXISTS, IDC_USE, and fsDownloadsMgr::m_histmgr.
Referenced by OnDelrecthatexists(), OnInitDialog(), and OnUse().
| BOOL CDlgDownloadsHistory::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 46 of file DlgDownloadsHistory.cpp.
References _App, ApplyLanguage(), fsAppSettings::History_Downloads_CompletedOnly(), fsAppSettings::History_Downloads_KeepDays(), fsAppSettings::History_Downloads_Use(), IDC_COMPONLY, IDC_DAYS, m_wndSpin, TRUE, and UpdateEnabled().
| void CDlgDownloadsHistory::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 69 of file DlgDownloadsHistory.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| BOOL CDlgDownloadsHistory::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 75 of file DlgDownloadsHistory.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CDlgDownloadsHistory::OnWhatisthis | ( | ) | [protected] |
Definition at line 92 of file DlgDownloadsHistory.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| void CDlgDownloadsHistory::OnUse | ( | ) | [protected] |
| void CDlgDownloadsHistory::OnDelrecthatexists | ( | ) | [protected] |
| void CDlgDownloadsHistory::OnClearhistory | ( | ) | [protected] |
Definition at line 149 of file DlgDownloadsHistory.cpp.
References _DldsMgr, fsDownloadsHistoryMgr::ClearHistory(), FALSE, IDC_CLEARHISTORY, L_AREYOUSURE, L_CONFIRMATION, LS, and fsDownloadsMgr::m_histmgr.
| void CDlgDownloadsHistory::OnOK | ( | ) | [protected, virtual] |
Definition at line 158 of file DlgDownloadsHistory.cpp.
References _App, _DldsMgr, FALSE, fsAppSettings::History_Downloads_CompletedOnly(), fsAppSettings::History_Downloads_KeepDays(), fsAppSettings::History_Downloads_Use(), IDC_COMPONLY, IDC_DAYS, IDC_DELRECTHATEXISTS, IDC_USE, L_ENTERGREATER, L_INPERR, LS, fsDownloadsMgr::m_histmgr, CDownloadsWnd::m_wndHistory, fsDownloadsHistoryMgr::ReadSettings(), and TRUE.
| CSpinButtonCtrl CDlgDownloadsHistory::m_wndSpin |
Definition at line 21 of file DlgDownloadsHistory.h.
Referenced by DoDataExchange(), and OnInitDialog().
1.5.6