Contents
QLandmarkRemoveRequest Class Reference
The QLandmarkRemoveRequest class allows a client to asynchronously request that certain landmarks be removed from a landmark manager. More...
#include <QLandmarkRemoveRequest>
Inherits QLandmarkAbstractRequest.
Public Functions
QLandmarkRemoveRequest ( QLandmarkManager * manager, QObject * parent = 0 ) | |
~QLandmarkRemoveRequest () | |
QMap<int, QLandmarkManager::Error> | errorMap () const |
QList<QLandmarkId> | landmarkIds () const |
void | setLandmarkId ( const QLandmarkId & landmarkId ) |
void | setLandmarkIds ( const QList<QLandmarkId> & landmarkIds ) |
- 9 public functions inherited from QLandmarkAbstractRequest
Additional Inherited Members
- 3 public slots inherited from QLandmarkAbstractRequest
- 2 signals inherited from QLandmarkAbstractRequest
Detailed Description
The QLandmarkRemoveRequest class allows a client to asynchronously request that certain landmarks be removed from a landmark manager.
For a QLandmarkRemoveRequest, the resultsAvailable() signal will be emitted when either an individual items error out (individaul errors may be retrieved by calling errorMap()), or when an overall operation error occurs(which may be retrieved by calling error()).