Contents
QLandmarkCategoryIdFetchRequest Class Reference
The QLandmarkCategoryIdFetchRequest class allows a client to asynchronously request a list of category identifiers from a landmark manager. More...
#include <QLandmarkCategoryIdFetchRequest>
Inherits QLandmarkAbstractRequest.
Public Functions
QLandmarkCategoryIdFetchRequest ( QLandmarkManager * manager, QObject * parent = 0 ) | |
~QLandmarkCategoryIdFetchRequest () | |
QList<QLandmarkCategoryId> | categoryIds () const |
void | setSorting ( const QLandmarkNameSort & nameSort ) |
QLandmarkNameSort | sorting () const |
- 9 public functions inherited from QLandmarkAbstractRequest
Additional Inherited Members
- 3 public slots inherited from QLandmarkAbstractRequest
- 2 signals inherited from QLandmarkAbstractRequest
Detailed Description
The QLandmarkCategoryIdFetchRequest class allows a client to asynchronously request a list of category identifiers from a landmark manager.
For a QLandmarkCategoryIdFetchRequest, the resultsAvailable() signal will be emitted as resultant category identifiers are found (these are retrievable via the callings ids()), as well as if an overall operation error occurred(which may be retrieved by calling QLandmarkAbstractRequest::error()).