Contents
QLandmarkImportRequest Class Reference
The QLandmarkImportRequest class allows a client to asynchronously request that a landmark manager import a set of landmarks. More...
#include <QLandmarkImportRequest>
Inherits QLandmarkAbstractRequest.
Public Functions
QLandmarkImportRequest ( QLandmarkManager * manager, QObject * parent = 0 ) | |
~QLandmarkImportRequest () | |
QIODevice * | device () const |
QString | fileName () const |
QByteArray | format () const |
QList<QLandmarkId> | landmarkIds () const |
void | setDevice ( QIODevice * device ) |
void | setFileName ( const QString & fileName ) |
void | setFormat ( const QByteArray & format ) |
- 9 public functions inherited from QLandmarkAbstractRequest
Additional Inherited Members
- 3 public slots inherited from QLandmarkAbstractRequest
- 2 signals inherited from QLandmarkAbstractRequest
Detailed Description
The QLandmarkImportRequest class allows a client to asynchronously request that a landmark manager import a set of landmarks.
For a QLandmarkImportRequest, the resultsAvailable() signal will be emitted when landmarks have been successfully added by the manager. The list of added landmarks may be retrieved by the ids() function. The resultsAvailable() signal may also be emitted if an overall operational error occurs.