QOrganizerItemDetailRangeFilter Class ReferenceThe QOrganizerItemDetailRangeFilter class provides a filter based around a detail value range criterion. More... #include <QOrganizerItemDetailRangeFilter> Inherits: QOrganizerItemFilter. This class was introduced in Qt Mobility 1.1. Public Types
Public Functions
Detailed DescriptionThe QOrganizerItemDetailRangeFilter class provides a filter based around a detail value range criterion. It may be used to select organizeritems which contain a detail of a particular definition with a particular value Member Type Documentation
flags QOrganizerItemDetailRangeFilter::RangeFlags |
Constant | Value |
---|---|
QOrganizerItemDetailRangeFilter::IncludeLower | 0 |
QOrganizerItemDetailRangeFilter::IncludeUpper | 1 |
QOrganizerItemDetailRangeFilter::ExcludeLower | 2 |
QOrganizerItemDetailRangeFilter::ExcludeUpper | 0 |
The RangeFlags type is a typedef for QFlags<RangeFlag>. It stores an OR combination of RangeFlag values.
* Constructs a new detail range filter
This function was introduced in Qt Mobility 1.1.
* * Constructs a copy of other if possible, otherwise constructs a new detail range filter
This function was introduced in Qt Mobility 1.1.
* Returns the definition name of the details which will be inspected for matching values *
This function was introduced in Qt Mobility 1.1.
See also setDetailDefinitionName().
* Returns the name of the field which contains the value which will be matched against the value criterion *
This function was introduced in Qt Mobility 1.1.
See also setDetailDefinitionName().
* Returns the match flags of the criterion, which define semantics such as case sensitivity, prefix matching, exact matching, etc. *
This function was introduced in Qt Mobility 1.1.
See also setMatchFlags().
* Returns the upper bound of the value range criterion *
This function was introduced in Qt Mobility 1.1.
See also setRange().
* Returns the lower bound of the value range criterion *
This function was introduced in Qt Mobility 1.1.
See also setRange().
* Returns a set of flags which defines the boundary condition semantics of the value range criterion *
This function was introduced in Qt Mobility 1.1.
See also setRange().
* Sets the name of the detail definition of which type details will be inspected for matching values to definitionName, * and the name of the field which will be inspected in details of that definition to fieldName. *
This function was introduced in Qt Mobility 1.1.
See also detailDefinitionName() and detailFieldName().
Sets the match flags of the filter criterion to flags
Not all flags are supported by a range filter. The supported flags include:
Unsupported flags will be ignored.
This function was introduced in Qt Mobility 1.1.
See also matchFlags().
* Sets the value range criterion of the filter to within min and max, with boundary conditions specified in the given flags *
This function was introduced in Qt Mobility 1.1.
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