#include <WndSettingsPage.h>
Inheritance diagram for CSettingsPage:
Public Member Functions | |
CSettingsPage (UINT nIDTemplate, LPCTSTR pszCaption=NULL) | |
virtual | ~CSettingsPage () |
BOOL | Create (CRect &rcPage, CWnd *pSheetWnd) |
BOOL | LoadDefaultCaption () |
CSettingsPage * | GetPage (CRuntimeClass *pClass) const |
CSettingsSheet * | GetSheet () const |
LPCTSTR | GetTemplateName () const |
virtual void | SetModified (BOOL bChanged=TRUE) |
virtual BOOL | OnApply () |
virtual void | OnReset () |
virtual void | OnOK () |
virtual void | OnCancel () |
virtual BOOL | OnSetActive () |
virtual BOOL | OnKillActive () |
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
afx_msg HBRUSH | OnCtlColor (CDC *pDC, CWnd *pWnd, UINT nCtlColor) |
Public Attributes | |
CString | m_sCaption |
BOOL | m_bGroup |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
|
Definition at line 52 of file WndSettingsPage.cpp. References NULL. |
|
Definition at line 61 of file WndSettingsPage.cpp. |
|
Definition at line 112 of file WndSettingsPage.cpp. References CShareazaApp::m_bRTL, CShareazaApp::m_gdiFont, NULL, and theApp. |
|
|
|
Definition at line 51 of file WndSettingsPage.h. Referenced by GetPage(), CRichSettingsPage::OnClickView(), CNetworksSettingsPage::OnLButtonUp(), and SetModified(). |
|
Definition at line 56 of file WndSettingsPage.h. Referenced by CSettingsSheet::Layout(). |
|
Definition at line 68 of file WndSettingsPage.cpp. References m_sCaption. |
|
Definition at line 177 of file WndSettingsPage.cpp. References OnOK(). Referenced by CSettingsSheet::OnApply(). |
|
Reimplemented in CRemoteSettingsPage. Definition at line 195 of file WndSettingsPage.cpp. Referenced by CSettingsSheet::OnCancel(), CRemoteSettingsPage::OnCancel(), and OnReset(). |
|
Reimplemented in CBandwidthSettingsPage, CNetworksSettingsPage, CRemoteSettingsPage, and CSkinsSettingsPage. Definition at line 221 of file WndSettingsPage.cpp. References CSkin::m_brDialog, CSkin::m_crDialog, and Skin. Referenced by CSkinsSettingsPage::OnCtlColor(), CRemoteSettingsPage::OnCtlColor(), CNetworksSettingsPage::OnCtlColor(), and CBandwidthSettingsPage::OnCtlColor(). |
|
Reimplemented in CSchedulerSettingsPage. Definition at line 213 of file WndSettingsPage.cpp. References CSkin::m_crDialog, and Skin. |
|
|
Reimplemented in CConnectionSettingsPage, CDownloadsSettingsPage, and CUploadsSettingsPage. Definition at line 206 of file WndSettingsPage.cpp. Referenced by CSettingsSheet::OnApply(), CUploadsSettingsPage::OnKillActive(), CDownloadsSettingsPage::OnKillActive(), CConnectionSettingsPage::OnKillActive(), CSettingsSheet::OnOK(), and CSettingsSheet::SetActivePage(). |
|
|
Definition at line 184 of file WndSettingsPage.cpp. References OnCancel(). |
|
|
Definition at line 171 of file WndSettingsPage.cpp. References GetSheet(). |
|
Definition at line 42 of file WndSettingsPage.h. Referenced by CSettingsSheet::AddPage(), and CSettingsSheet::BuildTree(). |
|
Reimplemented in CRichSettingsPage. Definition at line 41 of file WndSettingsPage.h. Referenced by CSettingsSheet::AddPage(), CSettingsSheet::BuildTree(), and LoadDefaultCaption(). |