![]() |
Home · All Classes · All Functions · | ![]() |
The QContactLocalIdFetchRequest class allows a client to asynchronously request a list of contact ids from a contacts store manager. More...
#include <QContactLocalIdFetchRequest>
Inherits QContactAbstractRequest.
QContactLocalIdFetchRequest () | |
~QContactLocalIdFetchRequest () | |
QContactFilter | filter () const |
QList<QContactLocalId> | ids () const |
void | setFilter ( const QContactFilter & filter ) |
void | setSorting ( const QList<QContactSortOrder> & sorting ) |
QList<QContactSortOrder> | sorting () const |
void | progress ( QContactLocalIdFetchRequest * self, bool appendOnly ) |
The QContactLocalIdFetchRequest class allows a client to asynchronously request a list of contact ids from a contacts store manager.
Constructs a new contact id fetch request
Cleans up the memory in use by this contact id fetch request
Returns the filter which will be used to select the contacts whose ids will be returned
See also setFilter().
Returns the list of ids of contacts which matched the request
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 filter which will be used to select the contacts whose ids will be returned to filter
See also filter().
Sets the future sort ordering of the result of the request to sorting. This function only has effect on the result if called prior to calling start()
See also sorting().
Returns the sort ordering which will be used to sort the result
See also setSorting().
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 (Technology Preview) |