![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
t32wld.h
ealwl.lib
This class stores the world ID for a city/country comprised of the city and country names. Unique IDs of this type are used to identify every city in the world database.
This class also defines a field for setting whether city searches span the whole database, or just the current country.
TWorldId();
The default C++ constructor constructs a city ID object, and initialises it with the search locale EWithinWorld.
const TCityName& City() const;
This function returns the city name in the current TWorldId.
TCityName& |
A reference to the city name. |
const TCountryName& Country() const;
This function returns the country name in the current TWorldId.
TCountryName& |
A reference to the country name. |
TWldSelect Select() const;
This function returns the current city search mode. Clients can search for cities by country, or over the whole world database.
The current city search mode. |
void SetSelect(TWldSelect aSelector);
This function sets the city search mode. Clients can search for cities by country, or over the whole world database.
TWldSelect aSelector |
The city search mode. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |