Contents
QLandmarkSaveRequest Class Reference
The QLandmarkSaveRequest class allows a client to asynchronously request that certain landmarks be saved by a landmark manager. More...
#include <QLandmarkSaveRequest>
Inherits QLandmarkAbstractRequest.
Public Functions
QLandmarkSaveRequest ( QLandmarkManager * manager, QObject * parent = 0 ) | |
~QLandmarkSaveRequest () | |
QMap<int, QLandmarkManager::Error> | errorMap () const |
QList<QLandmark> | landmarks () const |
void | setLandmark ( const QLandmark & landmark ) |
void | setLandmarks ( const QList<QLandmark> & landmarks ) |
- 9 public functions inherited from QLandmarkAbstractRequest
Additional Inherited Members
- 3 public slots inherited from QLandmarkAbstractRequest
- 2 signals inherited from QLandmarkAbstractRequest
Detailed Description
The QLandmarkSaveRequest class allows a client to asynchronously request that certain landmarks be saved by a landmark manager.
For a QLandmarkSaveRequest, 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 landmarks()).