![]() |
Home · All Classes · All Functions · | ![]() |
The QContactOnlineAccount class provides the online account, which the contact uses to communicate with friends and family. More...
#include <QContactOnlineAccount>
Inherits QContactDetail.
QString | accountUri () const |
QStringList | capabilities () const |
QString | nickname () const |
QString | presence () const |
QString | serviceProvider () const |
void | setAccountUri ( const QString & accountUri ) |
void | setCapabilities ( const QStringList & capabilities ) |
void | setNickname ( const QString & nickname ) |
void | setPresence ( const QString & presence ) |
void | setServiceProvider ( const QString & serviceProvider ) |
void | setStatusMessage ( const QString & statusMessage ) |
void | setSubTypes ( const QStringList & subTypes ) |
void | setSubTypes ( const QString & subType ) |
QString | statusMessage () const |
QStringList | subTypes () const |
const char * | DefinitionName |
const char * | FieldAccountUri |
const char * | FieldCapabilities |
const char * | FieldNickname |
const char * | FieldPresence |
const char * | FieldServiceProvider |
const char * | FieldStatusMessage |
const char * | FieldSubTypes |
const char * | PresenceAvailable |
const char * | PresenceAway |
const char * | PresenceBusy |
const char * | PresenceExtendedAway |
const char * | PresenceHidden |
const char * | PresenceOffline |
const char * | PresenceUnknown |
const char * | SubTypeImpp |
const char * | SubTypeSip |
const char * | SubTypeSipVoip |
const char * | SubTypeVideoShare |
The QContactOnlineAccount class provides the online account, which the contact uses to communicate with friends and family.
Returns the universal resource identifier of the online account of the contact.
See also setAccountUri().
Returns the capabilities of the online account about which this detail stores presence information.
See also setCapabilities().
Returns the last-known nickname used by the contact during communications via the online account.
See also setNickname().
Returns the presence of the online account according to the presence provider.
See also setPresence().
Returns the service provider of the online account of the contact.
See also setServiceProvider().
Sets the universal resource identifier of the contact's online account to accountUri.
See also accountUri().
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().
Sets the last-known nickname used by the contact during communications via the online account about which this detail stores presence information to nickname.
See also nickname().
Sets the presence of the online account according to the presence information provider to presence.
See also presence().
Sets the service provider of the contact's online account to serviceProvider.
See also serviceProvider().
Sets the last-known status message of the contact which was communicated via the online account about which this detail stores presence information to statusMessage.
See also statusMessage().
Sets the subtypes which this detail implements to be those contained in the list of given subTypes.
See also subTypes().
Sets the subtypes which this detail implements to be just the given subType.
Returns the last-known status message of the contact which was communicated via the online account about which this detail stores presence information.
See also setStatusMessage().
Returns the list of subtypes that this detail implements.
See also setSubTypes().
The constant string which identifies the definition of details which identify the organization to which a contact belongs in a given context.
The constant key for which the remote account uri value is stored in details of the QContactOnlineAccount type.
The constant key for which the account capabilities value is stored in details of the QContactOnlineAccount type.
The constant key for which the nickname value is stored in details of the QContactOnlineAccount type.
The constant key for which the presence value is stored in details of the QContactOnlineAccount typel.
The constant key for which the service provider value is stored in details of the QContactOnlineAccount type.
The constant key for which the status message value is stored in details of the QContactOnlineAccount type.
The constant key for which the subtypes value is stored in details of the QContactOnlineAccount type.
The value for presence which specifies that the contact's current status is available.
The value for presence which specifies that the contact's current status is away.
The value for presence which specifies that the contact's current status is busy.
The value for presence which specifies that the contact's current status is extended away.
The value for presence which specifies that the contact's current. status is hidden
The value for presence which specifies that the contact's current status is offline.
The value for presence which specifies that the contact's current status is unknown.
The constant attribute value which describes the online account as supporting IMPP.
The constant attribute value which describes the online account as supporting SIP.
The constant attribute value which describes the online account as supporting SIP-based VoIP.
The constant attribute value which describes the online account as supporting VideoShare.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |