|
libaccounts-qt
1.1
|
Representation of an account provider. More...
#include <Accounts/Provider>
Public Member Functions | |
| QString | name () const |
| QString | displayName () const |
| QString | trCatalog () const |
| QString | iconName () const |
| const QDomDocument | domDocument () const |
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.
| const QDomDocument domDocument | ( | ) | const |
Definition at line 91 of file provider.cpp.
| QString iconName | ( | ) | const |
Definition at line 83 of file provider.cpp.
| QString trCatalog | ( | ) | const |
Definition at line 75 of file provider.cpp.