QLandmarkSortOrder Class Reference
The QLandmarkSortOrder class serves as a base class for the different sort order types. More...
#include <QLandmarkSortOrder>
Inherited by QLandmarkDistanceSort and QLandmarkNameSort.
Public Types
enum | SortType { DefaultSort, NameSort, DistanceSort } |
Public Functions
QLandmarkSortOrder () | |
QLandmarkSortOrder ( const QLandmarkSortOrder & other ) | |
virtual | ~QLandmarkSortOrder () |
Qt::SortOrder | direction () const |
void | setDirection ( Qt::SortOrder direction ) |
SortType | type () const |
bool | operator!= ( const QLandmarkSortOrder & other ) const |
QLandmarkSortOrder & | operator= ( const QLandmarkSortOrder & other ) |
bool | operator== ( const QLandmarkSortOrder & other ) const |
Detailed Description
The QLandmarkSortOrder class serves as a base class for the different sort order types.
The sort orders define how a list of landmarks should be ordered when they searched using a QLandmarkManager or one of the landmark request classes.