#include <DlgSkinDialog.h>
Inheritance diagram for CSkinDialog:
Public Member Functions | |
CSkinDialog (UINT nResID=0, CWnd *pParent=NULL) | |
BOOL | SkinMe (LPCTSTR pszSkin=NULL, UINT nIcon=0, BOOL bLanguage=TRUE) |
BOOL | SelectCaption (CWnd *pWnd, int nIndex) |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnNcCalcSize (BOOL bCalcValidRects, NCCALCSIZE_PARAMS FAR *lpncsp) |
afx_msg UINT | OnNcHitTest (CPoint point) |
afx_msg BOOL | OnNcActivate (BOOL bActive) |
afx_msg void | OnNcPaint () |
afx_msg void | OnNcLButtonDown (UINT nHitTest, CPoint point) |
afx_msg void | OnNcLButtonUp (UINT nHitTest, CPoint point) |
afx_msg void | OnNcLButtonDblClk (UINT nHitTest, CPoint point) |
afx_msg void | OnNcMouseMove (UINT nHitTest, CPoint point) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
afx_msg LONG | OnSetText (WPARAM wParam, LPARAM lParam) |
afx_msg HBRUSH | OnCtlColor (CDC *pDC, CWnd *pWnd, UINT nCtlColor) |
afx_msg void | OnWindowPosChanging (WINDOWPOS *lpwndpos) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
Protected Attributes | |
CSkinWindow * | m_pSkin |
|
Definition at line 60 of file DlgSkinDialog.cpp. References NULL. |
|
|
Reimplemented in CAboutDlg, and CLanguageDlg. Definition at line 304 of file DlgSkinDialog.cpp. References CShareazaApp::m_bRTL, and theApp. |
|
Reimplemented in CAboutDlg, CBitziDownloadDlg, CDeleteFileDlg, CDownloadEditDlg, CDownloadMonitorDlg, CExistingFileDlg, CFolderPropertiesDlg, CPromoteDlg, CURLCopyDlg, and CWarningsDlg. Definition at line 242 of file DlgSkinDialog.cpp. References CSkin::m_brDialog, CSkin::m_crDialog, and Skin. Referenced by CWarningsDlg::OnCtlColor(), CURLCopyDlg::OnCtlColor(), CPromoteDlg::OnCtlColor(), CFolderPropertiesDlg::OnCtlColor(), CExistingFileDlg::OnCtlColor(), CDownloadMonitorDlg::OnCtlColor(), CDownloadEditDlg::OnCtlColor(), CDeleteFileDlg::OnCtlColor(), CBitziDownloadDlg::OnCtlColor(), and CAboutDlg::OnCtlColor(). |
|
Reimplemented in CLanguageDlg. Definition at line 231 of file DlgSkinDialog.cpp. References CSkin::m_crDialog, m_pSkin, CSkinWindow::OnEraseBkgnd(), and Skin. |
|
|
Definition at line 162 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnNcActivate(). |
|
Definition at line 146 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnNcCalcSize(). |
|
Definition at line 154 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnNcHitTest(). |
|
Definition at line 195 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnNcLButtonDblClk(). |
|
Definition at line 183 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnNcLButtonDown(). |
|
Definition at line 189 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnNcLButtonUp(). |
|
Definition at line 201 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnNcMouseMove(). |
|
Definition at line 175 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnNcPaint(). |
|
Definition at line 214 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnSetText(). |
|
Reimplemented in CDownloadMonitorDlg, CFilePropertiesDlg, CFolderPropertiesDlg, CHelpDlg, and CNewSearchDlg. Definition at line 207 of file DlgSkinDialog.cpp. References m_pSkin, and CSkinWindow::OnSize(). Referenced by CNewSearchDlg::OnSize(), CHelpDlg::OnSize(), CFolderPropertiesDlg::OnSize(), and CFilePropertiesDlg::OnSize(). |
|
Definition at line 257 of file DlgSkinDialog.cpp. |
|
Definition at line 138 of file DlgSkinDialog.cpp. References CSkin::SelectCaption(), and Skin. Referenced by CNewSearchDlg::OnInitDialog(), CFileCopyDlg::OnInitDialog(), and CConnectToDlg::OnInitDialog(). |
|
|
Definition at line 48 of file DlgSkinDialog.h. Referenced by OnEraseBkgnd(), OnNcActivate(), OnNcCalcSize(), OnNcHitTest(), OnNcLButtonDblClk(), OnNcLButtonDown(), OnNcLButtonUp(), OnNcMouseMove(), OnNcPaint(), OnSetText(), OnSize(), CSettingsManagerDlg::OnSkinChange(), CFilePreviewDlg::OnSkinChange(), CDownloadMonitorDlg::OnSkinChange(), and SkinMe(). |