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.
Member Function Documentation
QString QContactOnlineAccount::accountUri () const
Returns the universal resource identifier of the online account of the contact.
This function was introduced in Qt Mobility 1.0.
See also setAccountUri().
QStringList QContactOnlineAccount::capabilities () const
Returns the capabilities of the online account about which this detail stores presence information.
This function was introduced in Qt Mobility 1.0.
See also setCapabilities().
QString QContactOnlineAccount::protocol () const
Returns the protocol value.
See also setProtocol().
QString QContactOnlineAccount::serviceProvider () const
Returns the service provider of the online account of the contact.
This function was introduced in Qt Mobility 1.0.
See also setServiceProvider().
void QContactOnlineAccount::setAccountUri ( const QString & accountUri )
Sets the universal resource identifier of the contact's online account to accountUri.
This function was introduced in Qt Mobility 1.0.
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.
This function was introduced in Qt Mobility 1.0.
See also capabilities().
void QContactOnlineAccount::setProtocol ( const QString & protocol )
Set the protocol to protocol.
See also protocol().
void QContactOnlineAccount::setServiceProvider ( const QString & serviceProvider )
Sets the service provider of the contact's online account to serviceProvider.
This function was introduced in Qt Mobility 1.0.
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.
This function was introduced in Qt Mobility 1.0.
See also subTypes().
void QContactOnlineAccount::setSubTypes ( const QString & subType )
Sets the subtypes which this detail implements to be just the given subType.
This function was introduced in Qt Mobility 1.0.
QStringList QContactOnlineAccount::subTypes () const
Returns the list of subtypes that this detail implements.
This function was introduced in Qt Mobility 1.0.
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::FieldProtocol
The field key constant for the account service provider name.
See also protocol() and setProtocol().
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::ProtocolAim
The predefined string constant for a protocol value, indicating this online account is for the AIM protocol.
See also protocol() and setProtocol().
const QLatin1Constant QContactOnlineAccount::ProtocolIcq
The predefined string constant for a protocol value, indicating this online account is for the ICQ protocol.
See also protocol() and setProtocol().
const QLatin1Constant QContactOnlineAccount::ProtocolIrc
The predefined string constant for a protocol value, indicating this online account is for the IRC protocol.
See also protocol() and setProtocol().
const QLatin1Constant QContactOnlineAccount::ProtocolJabber
The predefined string constant for a protocol value, indicating this online account is for the Jabber protocol.
See also protocol() and setProtocol().
const QLatin1Constant QContactOnlineAccount::ProtocolMsn
The predefined string constant for a protocol value, indicating this online account is for the MSN protocol.
See also protocol() and setProtocol().
const QLatin1Constant QContactOnlineAccount::ProtocolQq
The predefined string constant for a protocol value, indicating this online account is for the Tecent QQ protocol.
See also protocol() and setProtocol().
const QLatin1Constant QContactOnlineAccount::ProtocolSkype
The predefined string constant for a protocol value, indicating this online account is for the Skype protocol.
See also protocol() and setProtocol().
const QLatin1Constant QContactOnlineAccount::ProtocolYahoo
The predefined string constant for a protocol value, indicating this online account is for the Yahoo chat protocol.
See also protocol() and setProtocol().
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().