#include <Prg_Data.h>
Public Types | |
| enum | { IDD = IDD_PRG_DATA } |
Public Member Functions | |
| CPrg_Data () | |
| ~CPrg_Data () | |
| virtual BOOL | OnApply () |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | UpdateEnabled () |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnWhatisthis () |
| afx_msg void | OnKeep1 () |
| afx_msg void | OnKeep2 () |
| afx_msg void | OnChangeFolder () |
| afx_msg void | OnChangeAutosave () |
| afx_msg void | OnBrowse () |
Definition at line 13 of file Prg_Data.h.
| anonymous enum |
| CPrg_Data::CPrg_Data | ( | ) |
| CPrg_Data::~CPrg_Data | ( | ) |
Definition at line 26 of file Prg_Data.cpp.
| BOOL CPrg_Data::OnApply | ( | ) | [virtual] |
Definition at line 90 of file Prg_Data.cpp.
References _App, _bNeedRecalcAppDataFolder, _DldsMgr, fsAppSettings::DataFolder(), FALSE, fsGetAppDataFolder(), IDC_AUTOSAVE, IDC_FOLDER, IDC_KEEP_2, L_ENTERGREATER, L_INPERR, LS, fsDownloadsMgr::m_uAutosaveInterval, and NULL.
| void CPrg_Data::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 30 of file Prg_Data.cpp.
| void CPrg_Data::UpdateEnabled | ( | ) | [protected] |
Definition at line 171 of file Prg_Data.cpp.
References b, BOOL, IDC_BROWSE, IDC_FOLDER, and IDC_KEEP_2.
Referenced by OnInitDialog(), OnKeep1(), and OnKeep2().
| void CPrg_Data::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 158 of file Prg_Data.cpp.
References _CHMgr, IDC__AUTOSAVE, IDC_AUTOSAVE, L_AUTOSAVEHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CPrg_Data::ApplyLanguage | ( | ) | [protected] |
Definition at line 77 of file Prg_Data.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__AUTOSAVE, IDC__DATADESC, IDC__MIN, IDC_KEEP_1, IDC_KEEP_2, L_AUTOSAVE, L_FDMDATAFILESDESC, L_KEEPDATAINUSERSFOLDER, L_KEEPINTHISFOLDER, L_MIN, and TRUE.
Referenced by OnInitDialog().
| BOOL CPrg_Data::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 51 of file Prg_Data.cpp.
References _App, _DldsMgr, ApplyLanguage(), fsAppSettings::DataFolder(), FALSE, IDC_AUTOSAVESPIN, fsDownloadsMgr::m_uAutosaveInterval, TRUE, and UpdateEnabled().
| void CPrg_Data::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 130 of file Prg_Data.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| BOOL CPrg_Data::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 136 of file Prg_Data.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CPrg_Data::OnWhatisthis | ( | ) | [protected] |
| void CPrg_Data::OnKeep1 | ( | ) | [protected] |
| void CPrg_Data::OnKeep2 | ( | ) | [protected] |
Definition at line 184 of file Prg_Data.cpp.
References IDC_FOLDER, IDC_KEEP_1, IDC_KEEP_2, OnBrowse(), and UpdateEnabled().
| void CPrg_Data::OnChangeFolder | ( | ) | [protected] |
Definition at line 204 of file Prg_Data.cpp.
| void CPrg_Data::OnChangeAutosave | ( | ) | [protected] |
Definition at line 209 of file Prg_Data.cpp.
| void CPrg_Data::OnBrowse | ( | ) | [protected] |
Definition at line 214 of file Prg_Data.cpp.
References CFolderBrowser::Create(), CFolderBrowser::GetPath(), IDC_FOLDER, L_CHOOSEOUTFOLDER, LS, and NULL.
Referenced by OnKeep2().
1.5.6