accounts-qt
0.31
|
Representation of an account service. More...
#include <service.h>
Public Member Functions | |
QString | name () const |
QString | displayName () const |
QString | serviceType () const |
QString | provider () const |
QString | iconName () const |
QXmlStreamReader * | xmlStreamReader () const |
Create a QXmlStreamReader for the service XML file, positioned at the "type_data" element. | |
const QDomDocument | domDocument () const |
Return the DOM of the whole XML service file. |
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.
QString Service::displayName | ( | ) | const |
Definition at line 55 of file service.cpp.
const QDomDocument Service::domDocument | ( | ) | const |
Return the DOM of the whole XML service file.
Definition at line 96 of file service.cpp.
QString Service::iconName | ( | ) | const |
Definition at line 70 of file service.cpp.
QString Service::name | ( | ) | const |
Definition at line 50 of file service.cpp.
QString Service::provider | ( | ) | const |
Definition at line 65 of file service.cpp.
QString Service::serviceType | ( | ) | const |
Definition at line 60 of file service.cpp.
QXmlStreamReader * Service::xmlStreamReader | ( | ) | const |
Create a QXmlStreamReader for the service XML file, positioned at the "type_data" element.
Definition at line 75 of file service.cpp.