accounts-qt
0.31
|
Representation of an account provider. More...
#include <provider.h>
Public Member Functions | |
QString | name () const |
QString | displayName () const |
const QDomDocument | domDocument () const |
Return the DOM of the whole XML provider file. |
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.
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.