#include <PageSettingsLibrary.h>
Inheritance diagram for CLibrarySettingsPage:
Public Types | |
enum | { IDD = IDD_SETTINGS_LIBRARY } |
Public Member Functions | |
CLibrarySettingsPage () | |
virtual | ~CLibrarySettingsPage () |
virtual void | OnOK () |
Public Attributes | |
CSpinButtonCtrl | m_wndRecentTotal |
CSpinButtonCtrl | m_wndRecentDays |
CButton | m_wndSafeRemove |
CButton | m_wndSafeAdd |
CComboBox | m_wndSafeList |
CButton | m_wndPrivateRemove |
CButton | m_wndPrivateAdd |
CComboBox | m_wndPrivateList |
BOOL | m_bWatchFolders |
DWORD | m_nRecentDays |
int | m_nRecentTotal |
BOOL | m_bStoreViews |
BOOL | m_bHighPriorityHash |
BOOL | m_bBrowseFiles |
CIconButtonCtrl | m_wndCollectionPath |
CString | m_sCollectionPath |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnSelChangeSafeTypes () |
afx_msg void | OnEditChangeSafeTypes () |
afx_msg void | OnSafeAdd () |
afx_msg void | OnSafeRemove () |
afx_msg void | OnSelChangePrivateTypes () |
afx_msg void | OnEditChangePrivateTypes () |
afx_msg void | OnPrivateAdd () |
afx_msg void | OnPrivateRemove () |
afx_msg void | OnRecentClear () |
afx_msg void | OnCollectionsBrowse () |
|
Definition at line 43 of file PageSettingsLibrary.h. |
|
Definition at line 57 of file PageSettingsLibrary.cpp. |
|
Definition at line 70 of file PageSettingsLibrary.cpp. |
|
|
Definition at line 224 of file PageSettingsLibrary.cpp. References m_sCollectionPath, and NULL. |
|
Definition at line 189 of file PageSettingsLibrary.cpp. References m_wndPrivateAdd, and m_wndPrivateList. |
|
Definition at line 156 of file PageSettingsLibrary.cpp. References m_wndSafeAdd, and m_wndSafeList. |
|
|
|
Definition at line 194 of file PageSettingsLibrary.cpp. References m_wndPrivateList. |
|
Definition at line 210 of file PageSettingsLibrary.cpp. References m_wndPrivateList, and m_wndPrivateRemove. |
|
Definition at line 217 of file PageSettingsLibrary.cpp. References CLibraryHistory::Clear(), Library, LibraryHistory, CLibrary::m_pSection, and CLibrary::Update(). |
|
Definition at line 161 of file PageSettingsLibrary.cpp. References m_wndSafeList. |
|
Definition at line 177 of file PageSettingsLibrary.cpp. References m_wndSafeList, and m_wndSafeRemove. |
|
Definition at line 184 of file PageSettingsLibrary.cpp. References m_wndPrivateList, and m_wndPrivateRemove. |
|
Definition at line 151 of file PageSettingsLibrary.cpp. References m_wndSafeList, and m_wndSafeRemove. |
|
Definition at line 57 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 56 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 55 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 52 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 53 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 54 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 59 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnCollectionsBrowse(), OnInitDialog(), and OnOK(). |
|
Definition at line 58 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
Definition at line 50 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnEditChangePrivateTypes(), and OnInitDialog(). |
|
Definition at line 51 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnEditChangePrivateTypes(), OnInitDialog(), OnOK(), OnPrivateAdd(), OnPrivateRemove(), and OnSelChangePrivateTypes(). |
|
Definition at line 49 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnInitDialog(), OnPrivateRemove(), and OnSelChangePrivateTypes(). |
|
Definition at line 45 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
Definition at line 44 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
Definition at line 47 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnEditChangeSafeTypes(), and OnInitDialog(). |
|
Definition at line 48 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnEditChangeSafeTypes(), OnInitDialog(), OnOK(), OnSafeAdd(), OnSafeRemove(), and OnSelChangeSafeTypes(). |
|
Definition at line 46 of file PageSettingsLibrary.h. Referenced by DoDataExchange(), OnInitDialog(), OnSafeRemove(), and OnSelChangeSafeTypes(). |