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