libaccounts-qt  1.1
Provider Class Reference

Representation of an account provider. More...

#include <Accounts/Provider>

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 51 of file provider.h.


Member Function Documentation

const QDomDocument domDocument ( ) const
Returns:
The DOM of the whole XML provider file.

Definition at line 91 of file provider.cpp.

QString iconName ( ) const
Returns:
The provider icon name.

Definition at line 83 of file provider.cpp.

QString trCatalog ( ) const
Returns:
The name of the translation catalog, which can be used to translate the displayName().

Definition at line 75 of file provider.cpp.


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