Contents
QLandmarkFetchHint Class Reference
The QLandmarkFetchHint class provides miscellaneous hints to the manager when fetching landmarks. More...
#include <QLandmarkFetchHint>
Public Functions
QLandmarkFetchHint () | |
QLandmarkFetchHint ( const QLandmarkFetchHint & other ) | |
~QLandmarkFetchHint () | |
int | maxItems () const |
int | offset () const |
void | setMaxItems ( int max ) |
void | setOffset ( int offset ) |
QLandmarkFetchHint & | operator= ( const QLandmarkFetchHint & other ) |
Detailed Description
The QLandmarkFetchHint class provides miscellaneous hints to the manager when fetching landmarks.
The QLandmarkFetchHint class may be used to specify the maximum number of landmark items to return during a query and an offset to facilitate paging.