The QLandmarkRemoveRequest class allows a client to asynchronously request that certain landmarks be removed from a landmark manager. More...
#include <QLandmarkRemoveRequest>
Inherits: QLandmarkAbstractRequest.
This class was introduced in Qt Mobility 1.1.
QLandmarkRemoveRequest ( QLandmarkManager * manager, QObject * parent = 0 ) | |
~QLandmarkRemoveRequest () | |
QMap<int, QLandmarkManager::Error> | errorMap () const |
QList<QLandmarkId> | landmarkIds () const |
void | setLandmark ( const QLandmark & landmark ) |
void | setLandmarkId ( const QLandmarkId & landmarkId ) |
void | setLandmarkIds ( const QList<QLandmarkId> & landmarkIds ) |
void | setLandmarks ( const QList<QLandmark> & landmarks ) |
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()).
Please see the class documentation for QLandmarkAbstractRequest for more information about the usage of request classes and ownership semantics.
Constructs a landmark remove request with the given manager and parent.
Destroys the request object.
Returns the mapping of input landmark ID list indices to the errors which occurred.
This function was introduced in Qt Mobility 1.1.
Returns the list of identifiers of landmarks which will be removed.
This function was introduced in Qt Mobility 1.1.
See also setLandmarkIds().
Convenience function that sets a single landmark to be removed. This function is the equivalent of calling setLandmarkIds() with the ID of landmark.
This function was introduced in Qt Mobility 1.1.
Convenience function to set the landmarkId of a single landmark to be removed. It is the equivalent of calling setLandmarkIds() with a single landmarkId in the ID list.
This function was introduced in Qt Mobility 1.1.
See also setLandmarkIds().
Sets the list of landmarkIds of landmarks which will be removed.
This function was introduced in Qt Mobility 1.1.
See also landmarkIds() and setLandmarkId().
Convenience function to set the list of landmarks which will be removed. This function is the equivalent of calling setLandmarkIds() with the IDs of the landmarks.
This function was introduced in Qt Mobility 1.1.
See also setLandmarkIds().
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.