Home · All Classes · All Functions ·

QContactDetailDefinitionFetchRequest Class Reference

The QContactDetailDefinitionFetchRequest class allows a client to asynchronously request detail definitions from a contacts store manager. More...

    #include <QContactDetailDefinitionFetchRequest>

Inherits QContactAbstractRequest.


Public Functions

QContactDetailDefinitionFetchRequest ()
~QContactDetailDefinitionFetchRequest ()
QString contactType () const
QMap<QString, QContactDetailDefinition> definitions () const
QStringList names () const
void setContactType ( const QString & contactType )
void setNames ( const QStringList & names )

Signals

void progress ( QContactDetailDefinitionFetchRequest * self, bool appendOnly )

Additional Inherited Members


Detailed Description

The QContactDetailDefinitionFetchRequest class allows a client to asynchronously request detail definitions from a contacts store manager.


Member Function Documentation

QContactDetailDefinitionFetchRequest::QContactDetailDefinitionFetchRequest ()

Constructs a new detail definition fetch request

QContactDetailDefinitionFetchRequest::~QContactDetailDefinitionFetchRequest ()

Cleans up the memory in use by this detail definition fetch request

QString QContactDetailDefinitionFetchRequest::contactType () const

Returns the type of contact for which detail definitions will be retrieved

See also setContactType().

QMap<QString, QContactDetailDefinition> QContactDetailDefinitionFetchRequest::definitions () const

Returns the map of detail definition names to detail definitions that was the result of the request

QStringList QContactDetailDefinitionFetchRequest::names () const

Returns the list of names of the detail definitions that will be retrieved

See also setNames().

void QContactDetailDefinitionFetchRequest::progress ( QContactDetailDefinitionFetchRequest * self, bool appendOnly )   [signal]

This signal is emitted when some progress has been made on the request, causing either a change of status or an update of results, or both. It identifies which request the signal originated from by including a pointer to self, and contains an appendOnly flag which signifies whether or not the total ordering of the results have been maintained since the last progress signal was emitted.

void QContactDetailDefinitionFetchRequest::setContactType ( const QString & contactType )

Sets the type of contact for which detail definitions should be retrieved to contactType

See also contactType().

void QContactDetailDefinitionFetchRequest::setNames ( const QStringList & names )

Sets the names of the detail definitions to retrieve to names

See also names().


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