Representation of an account service.
More...
#include <service.h>
List of all members.
Detailed Description
Representation of an account service.
The Service object represents an account service. It can be used to retrieve some basic properties of the service (such as name, type and provider) and to get access to the contents of the XML file which defines it.
Definition at line 61 of file service.h.
Member Function Documentation
QString Accounts::Service::displayName |
( |
|
) |
const |
const QDomDocument Accounts::Service::domDocument |
( |
|
) |
const |
- Returns:
- The DOM of the whole XML service file
QString Accounts::Service::iconName |
( |
|
) |
const |
QString Accounts::Service::name |
( |
|
) |
const |
QString Accounts::Service::provider |
( |
|
) |
const |
QString Accounts::Service::serviceType |
( |
|
) |
const |
QString Accounts::Service::trCatalog |
( |
|
) |
const |
- Returns:
- The translation catalog of the service
QXmlStreamReader* Accounts::Service::xmlStreamReader |
( |
|
) |
const |
Creates a QXmlStreamReader for the service XML file, positioned at the "type_data" element.
The documentation for this class was generated from the following file: