#include <WorldGPS.h>
Public Member Functions | |
| CWorldCountry () | |
| ~CWorldCountry () | |
| void | Serialize (CArchive &ar) |
| BOOL | LoadFrom (CXMLElement *pRoot) |
| void | Clear () |
Public Attributes | |
| CHAR | m_szID [2] |
| CString | m_sName |
| CWorldCity * | m_pCity |
| DWORD | m_nCity |
|
|
Definition at line 153 of file WorldGPS.cpp. |
|
|
Definition at line 159 of file WorldGPS.cpp. References Clear(). |
|
|
Definition at line 226 of file WorldGPS.cpp. References m_nCity, m_pCity, and NULL. Referenced by ~CWorldCountry(). |
|
|
Definition at line 193 of file WorldGPS.cpp. References CXMLNode::IsNamed(), CWorldCity::LoadFrom(), m_nCity, m_pCity, m_sName, and m_szID. Referenced by CWorldGPS::LoadFrom(). |
|
|
Definition at line 167 of file WorldGPS.cpp. References m_nCity, m_pCity, m_sName, m_szID, and CWorldCity::Serialize(). Referenced by CWorldGPS::Serialize(). |
|
|
Definition at line 68 of file WorldGPS.h. Referenced by Clear(), CWorldCountry(), LoadFrom(), CWizardProfilePage::OnCloseUpCountry(), CProfileProfilePage::OnCloseUpCountry(), and Serialize(). |
|
|
Definition at line 67 of file WorldGPS.h. Referenced by Clear(), CWorldCountry(), LoadFrom(), CWizardProfilePage::OnCloseUpCountry(), CProfileProfilePage::OnCloseUpCountry(), and Serialize(). |
|
|
Definition at line 65 of file WorldGPS.h. Referenced by LoadFrom(), CWizardProfilePage::OnInitDialog(), CProfileProfilePage::OnInitDialog(), and Serialize(). |
|
|
Definition at line 64 of file WorldGPS.h. Referenced by LoadFrom(), and Serialize(). |
1.4.2