MythTV
master
|
#include "iso3166.h"
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. More... | |
QString | GetISO3166EnglishCountryName (const QString &iso3166Code) |
ISO3166ToNameMap | GetISO3166CountryMap (void) |
QString | GetISO3166CountryName (const QString &iso3166Code) |
Variables | |
static ISO3166ToNameMap | gCountryMap |
static ISO3166ToNameMap | gEnglishCountryMap |
|
static |
Definition at line 4 of file iso3166.cpp.
Referenced by GetISO3166CountryMap(), and GetISO3166CountryName().
|
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 V2Config::GetCountries(), and 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 V2Config::GetCountries(), MythLocale::GetNativeCountry(), and LanguageSelection::Load().
|
static |
Definition at line 90 of file iso3166.cpp.
Referenced by GetISO3166CountryMap(), and GetISO3166CountryName().
|
static |
Definition at line 337 of file iso3166.cpp.
Referenced by GetISO3166EnglishCountryMap(), and GetISO3166EnglishCountryName().