![]() |
Home · All Classes · All Functions · | ![]() |
The QContactDetailDefinitionFetchRequest class allows a client to asynchronously request detail definitions from a contacts store manager. More...
#include <QContactDetailDefinitionFetchRequest>
Inherits QContactAbstractRequest.
QContactDetailDefinitionFetchRequest () | |
~QContactDetailDefinitionFetchRequest () | |
QString | contactType () const |
QMap<QString, QContactDetailDefinition> | definitions () const |
QStringList | names () const |
void | setContactType ( const QString & contactType ) |
void | setNames ( const QStringList & names ) |
void | progress ( QContactDetailDefinitionFetchRequest * self, bool appendOnly ) |
The QContactDetailDefinitionFetchRequest class allows a client to asynchronously request detail definitions from a contacts store manager.
Constructs a new detail definition fetch request
Cleans up the memory in use by this detail definition fetch request
Returns the type of contact for which detail definitions will be retrieved
See also setContactType().
Returns the map of detail definition names to detail definitions that was the result of the request
Returns the list of names of the detail definitions that will be retrieved
See also setNames().
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.
Sets the type of contact for which detail definitions should be retrieved to contactType
See also contactType().
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 (Technical Preview) |