The QContactLocalIdFetchRequest class allows a client to asynchronously request a list of contact ids from a contacts store manager. More...
#include <QContactLocalIdFetchRequest>
Inherits: QContactAbstractRequest.
This class was introduced in Qt Mobility 1.0.
QContactLocalIdFetchRequest ( QObject * parent = 0 ) | |
~QContactLocalIdFetchRequest () | |
QContactFilter | filter () const |
QList<QContactLocalId> | ids () const |
void | setFilter ( const QContactFilter & filter ) |
void | setSorting ( const QList<QContactSortOrder> & sorting ) |
QList<QContactSortOrder> | sorting () const |
The QContactLocalIdFetchRequest class allows a client to asynchronously request a list of contact ids from a contacts store manager.
For a QContactLocalIdFetchRequest, the resultsAvailable() signal will be emitted when the resultant manager-local contact ids (which may be retrieved by calling ids()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated.
Please see the class documentation of QContactAbstractRequest for more information about the usage of request classes and ownership semantics.
Constructs a new contact id fetch request whose parent is the specified parent
Frees any memory used by this request
Returns the filter which will be used to select the contacts whose ids will be returned
This function was introduced in Qt Mobility 1.0.
See also setFilter().
Returns the list of ids of contacts which matched the request
This function was introduced in Qt Mobility 1.0.
Sets the filter which will be used to select the contacts whose ids will be returned to filter
This function was introduced in Qt Mobility 1.0.
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()
This function was introduced in Qt Mobility 1.0.
See also sorting().
Returns the sort ordering which will be used to sort the result
This function was introduced in Qt Mobility 1.0.
See also setSorting().
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.