MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

Accounts::Service Class Reference

Representation of an account service. More...

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.


Member Function Documentation

QString Accounts::Service::displayName (  )  const
Todo:
define
const QDomDocument Accounts::Service::domDocument (  )  const
Returns:
The DOM of the whole XML service file
QString Accounts::Service::iconName (  )  const
Returns:
The icon name.
QString Accounts::Service::name (  )  const
Todo:
define
QString Accounts::Service::provider (  )  const
Todo:
define
QString Accounts::Service::serviceType (  )  const
Todo:
define
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.


Copyright (C) 2009-2011 Nokia Corporation.
LGPL
MeeGo 1.2 Harmattan API