Home · All Classes · Main Classes · Deprecated |
Public Member Functions | |
MCountry () | |
MCountry (const MCountry &) | |
virtual | ~MCountry () |
MCountry & | operator= (const MCountry &) |
QString | key () const |
QString | englishName () const |
QString | localName () const |
void | setKey (const QString &val) |
void | setEnglishName (const QString &val) |
void | setLocalName (const QString &val) |
MCountry::MCountry | ( | ) |
MCountry::MCountry | ( | const MCountry & | other | ) |
MCountry::~MCountry | ( | ) | [virtual] |
QString MCountry::englishName | ( | ) | const |
returns the english name for the country
Example: might return something like “Finland”.
QString MCountry::key | ( | ) | const |
returns the unique key for the country
Example: might return something like “qtn_clk_country_finland” for Finland. This key can be used in qtTrId() to get the translation of “Finland”
qtTrId("qtn_clk_country_finland");
QString MCountry::localName | ( | ) | const |
returns the local name for the country
Example might return something like “Suomi” in case of Finland
void MCountry::setEnglishName | ( | const QString & | val | ) |
void MCountry::setKey | ( | const QString & | val | ) |
void MCountry::setLocalName | ( | const QString & | val | ) |
Copyright © 2010 Nokia Corporation | MeeGo Touch |