Go to the source code of this file.
Functions | |
| static ISO3166ToNameMap | createCountryMap (void) |
| static ISO3166ToNameMap | createEnglishCountryMap (void) |
| ISO3166ToNameMap | GetISO3166EnglishCountryMap (void) |
| Returns a map of ISO-3166 country codes mapped to the country name in English. | |
| QString | GetISO3166EnglishCountryName (const QString &iso3166Code) |
| ISO3166ToNameMap | GetISO3166CountryMap (void) |
| QString | GetISO3166CountryName (const QString &iso3166Code) |
Variables | |
| static ISO3166ToNameMap | gCountryMap |
| static ISO3166ToNameMap | gEnglishCountryMap |
| static ISO3166ToNameMap createCountryMap | ( | void | ) | [static] |
Definition at line 4 of file iso3166.cpp.
Referenced by GetISO3166CountryMap(), and GetISO3166CountryName().
| static ISO3166ToNameMap createEnglishCountryMap | ( | void | ) | [static] |
Definition at line 92 of file iso3166.cpp.
Referenced by GetISO3166EnglishCountryMap(), and GetISO3166EnglishCountryName().
| ISO3166ToNameMap GetISO3166EnglishCountryMap | ( | void | ) |
Returns a map of ISO-3166 country codes mapped to the country name in English.
Definition at line 344 of file iso3166.cpp.
Referenced by LanguageSelection::Load().
| QString GetISO3166EnglishCountryName | ( | const QString & | iso3166Code | ) |
Definition at line 352 of file iso3166.cpp.
Referenced by MythLocale::GetCountry().
| ISO3166ToNameMap GetISO3166CountryMap | ( | void | ) |
Definition at line 360 of file iso3166.cpp.
| QString GetISO3166CountryName | ( | const QString & | iso3166Code | ) |
Definition at line 368 of file iso3166.cpp.
Referenced by MythLocale::GetNativeCountry(), and LanguageSelection::Load().
ISO3166ToNameMap gCountryMap [static] |
Definition at line 90 of file iso3166.cpp.
Referenced by GetISO3166CountryMap(), and GetISO3166CountryName().
ISO3166ToNameMap gEnglishCountryMap [static] |
Definition at line 337 of file iso3166.cpp.
Referenced by GetISO3166EnglishCountryMap(), and GetISO3166EnglishCountryName().
1.6.3