Public Member Functions

Accounts::Provider Class Reference

Representation of an account provider. More...

#include <provider.h>

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.

Definition at line 60 of file provider.h.


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().

The documentation for this class was generated from the following file: