Home · All Classes · Main Classes · Deprecated
Public Member Functions

MCountry Class Reference

List of all members.

Public Member Functions

 MCountry ()
 MCountry (const MCountry &)
virtual ~MCountry ()
MCountryoperator= (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)

Constructor & Destructor Documentation

MCountry::MCountry (  ) 
MCountry::MCountry ( const MCountry other  ) 
MCountry::~MCountry (  )  [virtual]

Member Function Documentation

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

MCountry & MCountry::operator= ( const MCountry other  ) 
void MCountry::setEnglishName ( const QString val  ) 
void MCountry::setKey ( const QString val  ) 
void MCountry::setLocalName ( const QString val  ) 

Copyright © 2010 Nokia Corporation
MeeGo Touch