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