#include <PageProfileAvatar.h>
Inheritance diagram for CAvatarProfilePage:
Public Types | |
enum | { IDD = IDD_PROFILE_AVATAR } |
Public Member Functions | |
CAvatarProfilePage () | |
virtual | ~CAvatarProfilePage () |
virtual void | OnOK () |
Public Attributes | |
CButton | m_wndRemove |
CStatic | m_wndPreview |
Protected Member Functions | |
void | PrepareImage () |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnPaint () |
afx_msg void | OnAvatarBrowse () |
afx_msg void | OnAvatarRemove () |
Protected Attributes | |
CString | m_sAvatar |
CBitmap | m_bmAvatar |
|
Definition at line 42 of file PageProfileAvatar.h. |
|
Definition at line 50 of file PageProfileAvatar.cpp. |
|
Definition at line 56 of file PageProfileAvatar.cpp. |
|
Reimplemented from CSettingsPage. Definition at line 60 of file PageProfileAvatar.cpp. References CSettingsPage::DoDataExchange(), IDC_AVATAR_REMOVE, IDC_PREVIEW, m_wndPreview, and m_wndRemove. |
|
Definition at line 121 of file PageProfileAvatar.cpp. References m_sAvatar, and PrepareImage(). |
|
Definition at line 134 of file PageProfileAvatar.cpp. References m_bmAvatar, m_sAvatar, and NULL. |
|
Reimplemented from CSettingsPage. Definition at line 72 of file PageProfileAvatar.cpp. References CGProfile::GetXML(), m_sAvatar, MyProfile, CSettingsPage::OnInitDialog(), and PrepareImage(). |
|
Reimplemented from CSettingsPage. Definition at line 85 of file PageProfileAvatar.cpp. References CGProfile::GetXML(), m_sAvatar, MyProfile, and CSettingsPage::OnOK(). |
|
Definition at line 95 of file PageProfileAvatar.cpp. References m_bmAvatar, m_wndPreview, and NULL. |
|
Definition at line 141 of file PageProfileAvatar.cpp. References CImageFile::CreateBitmap(), CImageFile::EnsureRGB(), CImageFile::LoadFromFile(), m_bmAvatar, m_sAvatar, m_wndPreview, NULL, and CImageFile::Resample(). Referenced by OnAvatarBrowse(), and OnInitDialog(). |
|
Definition at line 50 of file PageProfileAvatar.h. Referenced by OnAvatarRemove(), OnPaint(), and PrepareImage(). |
|
Definition at line 49 of file PageProfileAvatar.h. Referenced by OnAvatarBrowse(), OnAvatarRemove(), OnInitDialog(), OnOK(), and PrepareImage(). |
|
Definition at line 44 of file PageProfileAvatar.h. Referenced by DoDataExchange(), OnPaint(), and PrepareImage(). |
|
Definition at line 43 of file PageProfileAvatar.h. Referenced by DoDataExchange(). |