![]() |
Home · All Classes · All Functions · | ![]() |
The QContactUrl class contains a url associated with a contact. More...
#include <QContactUrl>
Inherits QContactDetail.
void | setSubType ( const QString & subType ) |
void | setUrl ( const QString & url ) |
QString | subType () const |
QString | url () const |
const char * | DefinitionName |
const char * | FieldSubType |
const char * | FieldUrl |
const char * | SubTypeFavourite |
const char * | SubTypeHomePage |
The QContactUrl class contains a url associated with a contact.
Sets the subtype which this detail implements to be the given subType.
See also subType().
Sets the url stored in this detail to url.
See also url().
Returns the subtype that this detail implements, if defined.
See also setSubType().
Returns the url stored in this detail.
See also setUrl().
The constant string which identifies the definition of details which are universal resource location paths.
The constant key for which the subtypes value is stored in details of the QContactUrl type.
The constant key for which the url value is stored in details of the QContactUrl type.
The constant attribute value which describes the url as being a favourite page of the contact.
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 |