#include <PageProfileIdentity.h>
Inheritance diagram for CIdentityProfilePage:
Public Types | |
enum | { IDD = IDD_PROFILE_IDENTITY } |
Public Member Functions | |
CIdentityProfilePage () | |
virtual | ~CIdentityProfilePage () |
Public Attributes | |
CComboBox | m_wndAge |
CString | m_sAge |
CString | m_sGender |
CString | m_sNick |
CString | m_sFirst |
CString | m_sLast |
BOOL | m_bBrowseUser |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual void | OnOK () |
virtual BOOL | OnInitDialog () |
void | GetGenderTranslations (CString &pMale, CString &pFemale) |
|
Definition at line 42 of file PageProfileIdentity.h. |
|
Definition at line 47 of file PageProfileIdentity.cpp. |
|
Definition at line 59 of file PageProfileIdentity.cpp. |
|
Reimplemented from CSettingsPage. Definition at line 63 of file PageProfileIdentity.cpp. References CSettingsPage::DoDataExchange(), IDC_BROWSE_USER, IDC_PROFILE_AGE, IDC_PROFILE_FIRST, IDC_PROFILE_GENDER, IDC_PROFILE_LAST, IDC_PROFILE_NICK, m_bBrowseUser, m_sAge, m_sFirst, m_sGender, m_sLast, m_sNick, and m_wndAge. |
|
Definition at line 201 of file PageProfileIdentity.cpp. References CXMLElement::GetAttributeValue(), CSkin::GetDocument(), CXMLElement::GetElementIterator(), CXMLElement::GetNextElement(), CXMLNode::GetValue(), CXMLNode::IsNamed(), and Skin. Referenced by OnInitDialog(), and OnOK(). |
|
Reimplemented from CSettingsPage. Definition at line 80 of file PageProfileIdentity.cpp. References CSettings::Community, GetGenderTranslations(), CGProfile::GetXML(), IDC_PROFILE_GENDER, m_bBrowseUser, m_sAge, m_sFirst, m_sGender, m_sLast, m_sNick, m_wndAge, MyProfile, CSettingsPage::OnInitDialog(), CSettings::sCommunity::ServeProfile, and Settings. |
|
Reimplemented from CSettingsPage. Definition at line 148 of file PageProfileIdentity.cpp. References CSettings::Community, GetGenderTranslations(), CGProfile::GetXML(), m_bBrowseUser, m_sAge, m_sFirst, m_sGender, m_sLast, m_sNick, MyProfile, CSettings::sCommunity::ServeProfile, and Settings. |
|
Definition at line 49 of file PageProfileIdentity.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 44 of file PageProfileIdentity.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 47 of file PageProfileIdentity.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 45 of file PageProfileIdentity.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 48 of file PageProfileIdentity.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 46 of file PageProfileIdentity.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 43 of file PageProfileIdentity.h. Referenced by DoDataExchange(), and OnInitDialog(). |