Contents
QLandmarkIdFetchRequest Class Reference
The QLandmarkIdFetchRequest class allows a client to asynchronously request a list of landmark identifiers from a landmark manager. More...
#include <QLandmarkIdFetchRequest>
Inherits QLandmarkAbstractRequest.
Public Functions
QLandmarkIdFetchRequest ( QLandmarkManager * manager, QObject * parent = 0 ) | |
~QLandmarkIdFetchRequest () | |
QLandmarkFetchHint | fetchHint () const |
QLandmarkFilter | filter () const |
QList<QLandmarkId> | landmarkIds () const |
void | setFetchHint ( const QLandmarkFetchHint & fetchHint ) |
void | setFilter ( const QLandmarkFilter & filter ) |
void | setSorting ( const QList<QLandmarkSortOrder> & sorting ) |
void | setSorting ( const QLandmarkSortOrder & sorting ) |
QList<QLandmarkSortOrder> | sorting () const |
- 9 public functions inherited from QLandmarkAbstractRequest
Additional Inherited Members
- 3 public slots inherited from QLandmarkAbstractRequest
- 2 signals inherited from QLandmarkAbstractRequest
Detailed Description
The QLandmarkIdFetchRequest class allows a client to asynchronously request a list of landmark identifiers from a landmark manager.
For a QLandmarkIdFetchRequest, the resultsAvailable() signal will be emitted when the resultant identifiers (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.