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. This class was introduced in Qt Mobility 1.1. 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.
This function was introduced in Qt Mobility 1.1.
See also setDirection().
Sets the direction of the sort order.
This function was introduced in Qt Mobility 1.1.
See also direction().
Returns the type of sort.
This function was introduced in Qt Mobility 1.1.
Returns true if this sort order is not identical to other.
This function was introduced in Qt Mobility 1.1.
See also operator==().
Assigns other to this sort order and returns a reference to this sort order.
This function was introduced in Qt Mobility 1.1.
Returns true if this sort order is identical to other.
This function was introduced in Qt Mobility 1.1.
See also operator!=().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtmobility-1.2 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com