#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 |
| CAvatarProfilePage::CAvatarProfilePage | ( | ) |
| CAvatarProfilePage::~CAvatarProfilePage | ( | ) | [virtual] |
| void CAvatarProfilePage::PrepareImage | ( | ) | [protected] |
| void CAvatarProfilePage::OnOK | ( | ) | [virtual] |
Reimplemented from CSettingsPage.
| void CAvatarProfilePage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Reimplemented from CSettingsPage.
| BOOL CAvatarProfilePage::OnInitDialog | ( | ) | [protected, virtual] |
Reimplemented from CSettingsPage.
| void CAvatarProfilePage::OnPaint | ( | ) | [protected] |
| void CAvatarProfilePage::OnAvatarBrowse | ( | ) | [protected] |
| void CAvatarProfilePage::OnAvatarRemove | ( | ) | [protected] |
| CButton CAvatarProfilePage::m_wndRemove |
| CStatic CAvatarProfilePage::m_wndPreview |
CString CAvatarProfilePage::m_sAvatar [protected] |
CBitmap CAvatarProfilePage::m_bmAvatar [protected] |
1.5.2