libaccounts-qt  1.1
Service Class Reference

Representation of an account service. More...

#include <Accounts/Service>

List of all members.

Public Member Functions

QString name () const
QString displayName () const
QString trCatalog () const
QString serviceType () const
QString provider () const
QString iconName () const
QXmlStreamReader * xmlStreamReader () const
 Creates a QXmlStreamReader for the service XML file, positioned at the "type_data" element.
const QDomDocument domDocument () const

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 51 of file service.h.


Member Function Documentation

const QDomDocument domDocument ( ) const
Returns:
The DOM of the whole XML service file

Definition at line 125 of file service.cpp.

QString iconName ( ) const
Returns:
The icon name.

Definition at line 96 of file service.cpp.

QString trCatalog ( ) const
Returns:
The translation catalog of the service

Definition at line 83 of file service.cpp.

QXmlStreamReader * xmlStreamReader ( ) const

Creates a QXmlStreamReader for the service XML file, positioned at the "type_data" element.

Deprecated:
This method is deprecated and will eventually be removed.

Definition at line 101 of file service.cpp.


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