MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

Accounts::Provider Class Reference

Representation of an account provider. More...

List of all members.

Public Member Functions

QString  name () const
QString  displayName () const
QString  trCatalog () const
QString  iconName () const
const QDomDocument  domDocument () const

Detailed Description

Representation of an account provider.

The Provider object represents an account provider. It can be used to retrieve some basic properties of the provider (such as the name) and to get access to the contents of the XML file which defines it.


Member Function Documentation

QString Accounts::Provider::displayName (  )  const
const QDomDocument Accounts::Provider::domDocument (  )  const
Returns:
The DOM of the whole XML provider file.
QString Accounts::Provider::iconName (  )  const
Returns:
The provider icon name
QString Accounts::Provider::name (  )  const
QString Accounts::Provider::trCatalog (  )  const
Returns:
The name of the translation catalog, which can be used to translate the displayName().

Copyright (C) 2009-2011 Nokia Corporation.
LGPL
MeeGo 1.2 Harmattan API