Home · All Classes · All Functions ·

QContactUrl Class Reference

The QContactUrl class contains a url associated with a contact. More...

    #include <QContactUrl>

Inherits QContactDetail.


Public Functions

void setSubType ( const QString & subType )
void setUrl ( const QString & url )
QString subType () const
QString url () const

Public Variables

const char * DefinitionName
const char * FieldSubType
const char * FieldUrl
const char * SubTypeFavourite
const char * SubTypeHomePage

Additional Inherited Members


Detailed Description

The QContactUrl class contains a url associated with a contact.


Member Function Documentation

void QContactUrl::setSubType ( const QString & subType )

Sets the subtype which this detail implements to be the given subType.

See also subType().

void QContactUrl::setUrl ( const QString & url )

Sets the url stored in this detail to url.

See also url().

QString QContactUrl::subType () const

Returns the subtype that this detail implements, if defined.

See also setSubType().

QString QContactUrl::url () const

Returns the url stored in this detail.

See also setUrl().


Member Variable Documentation

const char * QContactUrl::DefinitionName

The constant string which identifies the definition of details which are universal resource location paths.

const char * QContactUrl::FieldSubType

The constant key for which the subtypes value is stored in details of the QContactUrl type.

const char * QContactUrl::FieldUrl

The constant key for which the url value is stored in details of the QContactUrl type.

const char * QContactUrl::SubTypeFavourite

The constant attribute value which describes the url as being a favourite page of the contact.

const char * QContactUrl::SubTypeHomePage

The constant attribute value which describes the url as being the homepage of the contact.


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.0.0