QLandmarkSortOrder Class ReferenceThe QLandmarkSortOrder class serves as a base class for the different sort order types and by itself represents no sorting. More... #include <QLandmarkSortOrder> Inherited by QLandmarkNameSort. Public Types
Public Functions
Detailed DescriptionThe QLandmarkSortOrder class serves as a base class for the different sort order types and by itself represents no sorting. 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. (For sorting by distance see the QLandmarkProximityFilter). Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QLandmarkSortOrder::NoSort | 0 | No sorting is applied |
QLandmarkSortOrder::NameSort | 1 | Sorts landmarks by name. |
Constructs a landmark sort order.
The type of the sort order is NoSort.
Constructs a copy of other.
Destroys the sort order
Returns the direction of the sort order.
See also setDirection().
Sets the direction of the sort order.
See also direction().
Returns the type of sort.
Returns true if this sort order is not identical to other.
See also operator==().
Assigns other to this sort order and returns a reference to this sort order.
Returns true if this sort order is identical to other.
See also operator!=().
© 2008-2010 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