Contents
QLandmarkFetchRequest Class Reference
The QLandmarkFetchRequest class allows a client to asynchronously request a list of landmarks from a landmark manager. More...
#include <QLandmarkFetchRequest>
Inherits QLandmarkAbstractRequest.
Public Functions
QLandmarkFetchRequest ( QLandmarkManager * manager, QObject * parent = 0 ) | |
~QLandmarkFetchRequest () | |
QLandmarkFetchHint | fetchHint () const |
QLandmarkFilter | filter () const |
QList<QLandmark> | landmarks () const |
void | setFetchHint ( const QLandmarkFetchHint & fetchHint ) |
void | setFilter ( const QLandmarkFilter & filter ) |
void | setLandmarkIds ( const QList<QLandmarkId> & ids ) |
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 QLandmarkFetchRequest class allows a client to asynchronously request a list of landmarks from a landmark manager.
For a QLandmarkFetchRequest, the resultsAvailable() signal will be emitted when the resultant landmarks (which may be retrieved by calling landmarks()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated.