#include <Prg_HistoryPage.h>
Public Types | |
| enum | { IDD = IDD_PRG_HISTORY } |
Public Member Functions | |
| CPrg_HistoryPage () | |
| ~CPrg_HistoryPage () | |
| virtual BOOL | OnApply () |
Public Attributes | |
| CSpinButtonCtrl | m_wndSpin2 |
| CSpinButtonCtrl | m_wndSpin1 |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | UpdateEnabled () |
| void | ApplyLanguage () |
| void | PrepareCHMgr (CPoint point) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnWhatisthis () |
| afx_msg void | OnUsehist () |
| afx_msg void | OnFoldersonly () |
| afx_msg void | OnDelrecthatexists () |
| afx_msg void | OnMaxnumber () |
| afx_msg void | OnClearhistory () |
| afx_msg void | OnChangeDays () |
| afx_msg void | OnChangeMaxnumberval () |
| afx_msg void | OnSwitchdlhist () |
Definition at line 13 of file Prg_HistoryPage.h.
| anonymous enum |
| CPrg_HistoryPage::CPrg_HistoryPage | ( | ) |
| CPrg_HistoryPage::~CPrg_HistoryPage | ( | ) |
Definition at line 25 of file Prg_HistoryPage.cpp.
| BOOL CPrg_HistoryPage::OnApply | ( | ) | [virtual] |
Definition at line 179 of file Prg_HistoryPage.cpp.
References _App, _HsMgr, FALSE, fsAppSettings::History_FoldersOnly(), fsAppSettings::History_KeepDays(), fsAppSettings::History_MaxRecords(), fsAppSettings::History_Use(), IDC_DAYS, IDC_DELRECTHATEXISTS, IDC_FOLDERSONLY, IDC_MAXNUMBER, IDC_MAXNUMBERVAL, IDC_USEHIST, L_ENTERGREATER, L_INPERR, LS, fsHistoriesMgr::ReadSettings(), and TRUE.
| void CPrg_HistoryPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 29 of file Prg_HistoryPage.cpp.
References IDC_DAYSSPIN, IDC_MAXNUMBERSPIN, m_wndSpin1, and m_wndSpin2.
| void CPrg_HistoryPage::UpdateEnabled | ( | ) | [protected] |
Definition at line 232 of file Prg_HistoryPage.cpp.
References _LastBatchUrls, _LastFolders, _LastUrlFiles, _LastUrlPaths, b, b2, BOOL, fsCmdHistoryMgr::GetRecordCount(), IDC__DAYS, IDC_CLEARHISTORY, IDC_DAYS, IDC_DAYSSPIN, IDC_DELRECTHATEXISTS, IDC_FOLDERSONLY, IDC_MAXNUMBER, IDC_MAXNUMBERSPIN, IDC_MAXNUMBERVAL, and IDC_USEHIST.
Referenced by OnDelrecthatexists(), OnInitDialog(), OnMaxnumber(), and OnUsehist().
| void CPrg_HistoryPage::ApplyLanguage | ( | ) | [protected] |
Definition at line 132 of file Prg_HistoryPage.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__DAYS, IDC_CLEARHISTORY, IDC_DELRECTHATEXISTS, IDC_FOLDERSONLY, IDC_MAXNUMBER, IDC_SWITCHDLHIST, IDC_USEHIST, L_CLEARHISTORY, L_DAYS, L_DELRECTHATEXISTS, L_DLHISTSETTINGS, L_MAXRECORDS, L_SAVEFOLDERSHISTONLY, and L_SAVEHISTOFLINKSANDFOLDERS.
Referenced by OnInitDialog().
| void CPrg_HistoryPage::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 114 of file Prg_HistoryPage.cpp.
References _CHMgr, IDC_CLEARHISTORY, IDC_DAYS, IDC_DELRECTHATEXISTS, IDC_FOLDERSONLY, IDC_MAXNUMBER, IDC_MAXNUMBERVAL, IDC_USEHIST, L_CLEARHISTORYHERE, L_DELRECTHATEXISTSHERE, L_FOLDERSONLYHERE, L_HISTMAXNUMBERHERE, L_USEHISTHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| BOOL CPrg_HistoryPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 54 of file Prg_HistoryPage.cpp.
References _App, ApplyLanguage(), fsAppSettings::History_FoldersOnly(), fsAppSettings::History_KeepDays(), fsAppSettings::History_MaxRecords(), fsAppSettings::History_Use(), m_wndSpin1, m_wndSpin2, TRUE, and UpdateEnabled().
| void CPrg_HistoryPage::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 86 of file Prg_HistoryPage.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| BOOL CPrg_HistoryPage::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 92 of file Prg_HistoryPage.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CPrg_HistoryPage::OnWhatisthis | ( | ) | [protected] |
Definition at line 109 of file Prg_HistoryPage.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| void CPrg_HistoryPage::OnUsehist | ( | ) | [protected] |
| void CPrg_HistoryPage::OnFoldersonly | ( | ) | [protected] |
Definition at line 153 of file Prg_HistoryPage.cpp.
| void CPrg_HistoryPage::OnDelrecthatexists | ( | ) | [protected] |
| void CPrg_HistoryPage::OnMaxnumber | ( | ) | [protected] |
| void CPrg_HistoryPage::OnClearhistory | ( | ) | [protected] |
Definition at line 170 of file Prg_HistoryPage.cpp.
References _HsMgr, fsHistoriesMgr::ClearAll(), FALSE, IDC_CLEARHISTORY, L_AREYOUSURE, L_CONFIRMATION, and LS.
| void CPrg_HistoryPage::OnChangeDays | ( | ) | [protected] |
Definition at line 259 of file Prg_HistoryPage.cpp.
| void CPrg_HistoryPage::OnChangeMaxnumberval | ( | ) | [protected] |
Definition at line 264 of file Prg_HistoryPage.cpp.
| void CPrg_HistoryPage::OnSwitchdlhist | ( | ) | [protected] |
Definition at line 269 of file Prg_HistoryPage.cpp.
References _DlgMgr, and fsDialogsMgr::DoModal().
| CSpinButtonCtrl CPrg_HistoryPage::m_wndSpin2 |
Definition at line 23 of file Prg_HistoryPage.h.
Referenced by DoDataExchange(), and OnInitDialog().
| CSpinButtonCtrl CPrg_HistoryPage::m_wndSpin1 |
Definition at line 24 of file Prg_HistoryPage.h.
Referenced by DoDataExchange(), and OnInitDialog().
1.5.6