Contents
QContactLocalIdFetchRequest Class Reference
The QContactLocalIdFetchRequest class allows a client to asynchronously request a list of contact ids from a contacts store manager. More...
#include <QContactLocalIdFetchRequest>
Inherits QContactAbstractRequest.
Public Functions
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 |
- 9 public functions inherited from QContactAbstractRequest
Additional Inherited Members
- 3 public slots inherited from QContactAbstractRequest
- 2 signals inherited from QContactAbstractRequest
Detailed Description
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.