QOrganizerItemSortOrder Class ReferenceThe QOrganizerItemSortOrder class defines how a list of organizer items should be ordered according to some criteria More... #include <QOrganizerItemSortOrder> This class was introduced in Qt Mobility 1.1. Public Types
Public Functions
Detailed DescriptionThe QOrganizerItemSortOrder class defines how a list of organizer items should be ordered according to some criteria Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QOrganizerItemSortOrder::BlanksFirst | 0 | Considers blank values to evaluate to less than all other values in comparisons |
QOrganizerItemSortOrder::BlanksLast | 1 | Considers blank values to evaluate to greater than all other values in comparisons |
Constructs a new sort order
* Constructs a copy of the other sort order
This function was introduced in Qt Mobility 1.1.
Frees any memory in use by this sort order
* Returns the blank policy of the sort order *
This function was introduced in Qt Mobility 1.1.
See also setBlankPolicy().
* Returns the case sensitivity of the sort order *
This function was introduced in Qt Mobility 1.1.
See also setCaseSensitivity().
* Returns the definition name of the details which will be inspected to perform sorting. * Note that if an organizer item has multiple details of the definition, the result of the sorting * is undefined. *
This function was introduced in Qt Mobility 1.1.
See also setDetailDefinitionName().
* Returns the name of the field in the definition which will be inspected to perform sorting *
This function was introduced in Qt Mobility 1.1.
See also setDetailDefinitionName().
* Returns the direction of the sort order *
This function was introduced in Qt Mobility 1.1.
See also setDirection().
* Returns true if the sort order is able to be used to sort a list of organizer items; otherwise, returns false
This function was introduced in Qt Mobility 1.1.
* Sets the sort order's policy on blank values with respect to sorting to blankPolicy *
This function was introduced in Qt Mobility 1.1.
See also blankPolicy().
* Sets the case sensitivity of the sort order to sensitivity *
This function was introduced in Qt Mobility 1.1.
See also caseSensitivity().
* Sets the definition name of the details which will be inspected to perform sorting to definitionName, * and the name of those details' fields which contains the value which organizer items will be sorted by to fieldName *
This function was introduced in Qt Mobility 1.1.
See also detailDefinitionName() and detailFieldName().
* Sets the sort order direction to direction *
This function was introduced in Qt Mobility 1.1.
See also direction().
* * Constructs a new list of sort orders containing only the current sort order
This function was introduced in Qt Mobility 1.1.
* * Returns true if this sort order is not identical to the other sort order *
This function was introduced in Qt Mobility 1.1.
See also operator==().
* Assigns this sort order to be equal to other
This function was introduced in Qt Mobility 1.1.
* Returns true if this sort order is identical to the other sort order *
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