Qt Mobility Reference Documentation

QContactOnlineAccount Class Reference

The QContactOnlineAccount class provides an online account, which the contact uses to communicate with friends and family. More...

 #include <QContactOnlineAccount>

Inherits QContactDetail.

Public Functions

QString accountUri () const
QStringList capabilities () const
QString serviceProvider () const
void setAccountUri ( const QString & accountUri )
void setCapabilities ( const QStringList & capabilities )
void setServiceProvider ( const QString & serviceProvider )
void setSubTypes ( const QStringList & subTypes )
void setSubTypes ( const QString & subType )
QStringList subTypes () const

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldAccountUri
const QLatin1Constant FieldCapabilities
const QLatin1Constant FieldServiceProvider
const QLatin1Constant FieldSubTypes
const QLatin1Constant ServiceAim
const QLatin1Constant ServiceIcq
const QLatin1Constant ServiceIrc
const QLatin1Constant ServiceJabber
const QLatin1Constant ServiceMsn
const QLatin1Constant ServiceQq
const QLatin1Constant ServiceSkype
const QLatin1Constant ServiceYahoo
const QLatin1Constant SubTypeImpp
const QLatin1Constant SubTypeSip
const QLatin1Constant SubTypeSipVoip
const QLatin1Constant SubTypeVideoShare

Detailed Description

The QContactOnlineAccount class provides an online account, which the contact uses to communicate with friends and family.

A QContactOnlineAccount consists of the account details required to communicate with the contact, including the account URI, the capabilities of the account, the service provider of the account, and the type of the account.

Presence information for a particular QContactOnlineAccount detail is provided in a QContactPresence detail which is linked (via linkedDetailUris()) to the account detail. This information is generally provided by the backend, and is not modifiable by clients.

This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project.

See also QContactPresence.

Member Function Documentation

QString QContactOnlineAccount::accountUri () const

Returns the universal resource identifier of the online account of the contact.

See also setAccountUri().

QStringList QContactOnlineAccount::capabilities () const

Returns the capabilities of the online account about which this detail stores presence information.

See also setCapabilities().

QString QContactOnlineAccount::serviceProvider () const

Returns the service provider of the online account of the contact.

See also setServiceProvider().

void QContactOnlineAccount::setAccountUri ( const QString & accountUri )

Sets the universal resource identifier of the contact's online account to accountUri.

See also accountUri().

void QContactOnlineAccount::setCapabilities ( const QStringList & capabilities )

Sets the capabilities of the online account about which this detail stores presence information to capabilities. The capabilities list is a list of service-provider specified strings which together identify the types of communication which may be possible.

See also capabilities().

void QContactOnlineAccount::setServiceProvider ( const QString & serviceProvider )

Sets the service provider of the contact's online account to serviceProvider.

See also serviceProvider().

void QContactOnlineAccount::setSubTypes ( const QStringList & subTypes )

Sets the subtypes which this detail implements to be those contained in the list of given subTypes.

See also subTypes().

void QContactOnlineAccount::setSubTypes ( const QString & subType )

Sets the subtypes which this detail implements to be just the given subType.

QStringList QContactOnlineAccount::subTypes () const

Returns the list of subtypes that this detail implements.

See also setSubTypes().

Member Variable Documentation

const QLatin1Constant QContactOnlineAccount::DefinitionName

The string constant for the definition name of QContactOnlineAccount details.

const QLatin1Constant QContactOnlineAccount::FieldAccountUri

The field key constant for the account uri value.

See also accountUri() and setAccountUri().

const QLatin1Constant QContactOnlineAccount::FieldCapabilities

The field key constant for the account capabilities value.

See also capabilities() and setCapabilities().

const QLatin1Constant QContactOnlineAccount::FieldServiceProvider

The field key constant for the account service provider name.

See also serviceProvider() and setServiceProvider().

const QLatin1Constant QContactOnlineAccount::FieldSubTypes

The field key constant for the field that stores the sub types of a QContactOnlineAccount.

See also subTypes() and setSubTypes().

const QLatin1Constant QContactOnlineAccount::ServiceAim

The predefined string constant for a service provider value, indicating this online account is for the AIM protocol.

See also serviceProvider() and setServiceProvider().

const QLatin1Constant QContactOnlineAccount::ServiceIcq

The predefined string constant for a service provider value, indicating this online account is for the ICQ protocol.

See also serviceProvider() and setServiceProvider().

const QLatin1Constant QContactOnlineAccount::ServiceIrc

The predefined string constant for a service provider value, indicating this online account is for the IRC protocol.

See also serviceProvider() and setServiceProvider().

const QLatin1Constant QContactOnlineAccount::ServiceJabber

The predefined string constant for a service provider value, indicating this online account is for the Jabber protocol.

See also serviceProvider() and setServiceProvider().

const QLatin1Constant QContactOnlineAccount::ServiceMsn

The predefined string constant for a service provider value, indicating this online account is for the MSN protocol.

See also serviceProvider() and setServiceProvider().

const QLatin1Constant QContactOnlineAccount::ServiceQq

The predefined string constant for a service provider value, indicating this online account is for the Tecent QQ protocol.

See also serviceProvider() and setServiceProvider().

const QLatin1Constant QContactOnlineAccount::ServiceSkype

The predefined string constant for a service provider value, indicating this online account is for the Skype protocol.

See also serviceProvider() and setServiceProvider().

const QLatin1Constant QContactOnlineAccount::ServiceYahoo

The predefined string constant for a service provider value, indicating this online account is for the Yahoo chat protocol.

See also serviceProvider() and setServiceProvider().

const QLatin1Constant QContactOnlineAccount::SubTypeImpp

The predefined string constant for a sub type value, indicating this online account supports IMPP.

See also subTypes() and setSubTypes().

const QLatin1Constant QContactOnlineAccount::SubTypeSip

The predefined string constant for a sub type value, indicating this online account supports SIP.

See also subTypes() and setSubTypes().

const QLatin1Constant QContactOnlineAccount::SubTypeSipVoip

The predefined string constant for a sub type value, indicating this online account supports SIP based VOIP.

See also subTypes() and setSubTypes().

const QLatin1Constant QContactOnlineAccount::SubTypeVideoShare

The predefined string constant for a sub type value, indicating this online account supports VideoShare.

See also subTypes() and setSubTypes().

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.