Representation of an account service type. More...
Public Member Functions |
|
QString | name () const |
Returns the name (ID) of the service type. |
|
QString | displayName () const |
QString | trCatalog () const |
QString | iconName () const |
const QDomDocument | domDocument () const |
Representation of an account service type.
The ServiceType object represents an account service type. It can be used to retrieve some basic properties of the service type (such as name and icon) and to get access to the contents of the XML file which defines it.
QString Accounts::ServiceType::displayName | ( | ) | const |
The library attempts to translate this string by passing it to the qtTrId() function; in order for this to work you must make sure that the translation catalogue has been loaded before, if needed.
const QDomDocument Accounts::ServiceType::domDocument | ( | ) | const |
QString Accounts::ServiceType::iconName | ( | ) | const |
QString Accounts::ServiceType::name | ( | ) | const |
Returns the name (ID) of the service type.
QString Accounts::ServiceType::trCatalog | ( | ) | const |
Copyright (C) 2009-2011 Nokia Corporation. LGPL |
MeeGo 1.2 Harmattan API
|