accounts-qt  0.31
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
const QDomDocument domDocument () const
 Return the DOM of the whole XML provider file.

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


Member Function Documentation

QString Provider::displayName ( ) const

Definition at line 52 of file provider.cpp.

const QDomDocument Provider::domDocument ( ) const

Return the DOM of the whole XML provider file.

Definition at line 57 of file provider.cpp.

QString Provider::name ( ) const

Definition at line 47 of file provider.cpp.


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