Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QOrganizerItemFilter Class Reference

The QOrganizerItemFilter class is used to select organizer items made available through a QOrganizerManager. More...

 #include <QOrganizerItemFilter>

Inherited by QOrganizerItemChangeLogFilter, QOrganizerItemCollectionFilter, QOrganizerItemDetailFilter, QOrganizerItemDetailRangeFilter, QOrganizerItemIdFilter, QOrganizerItemIntersectionFilter, QOrganizerItemInvalidFilter, and QOrganizerItemUnionFilter.

Public Types

enum FilterType { InvalidFilter, OrganizerItemDetailFilter, OrganizerItemDetailRangeFilter, ChangeLogFilter, ..., DefaultFilter }
enum MatchFlag { MatchExactly, MatchContains, MatchStartsWith, MatchEndsWith, MatchFixedString, MatchCaseSensitive }
flags MatchFlags

Public Functions

QOrganizerItemFilter ()
QOrganizerItemFilter ( const QOrganizerItemFilter & other )
~QOrganizerItemFilter ()
FilterType type () const
bool operator!= ( const QOrganizerItemFilter & other ) const
QOrganizerItemFilter & operator= ( const QOrganizerItemFilter & other )
bool operator== ( const QOrganizerItemFilter & other ) const

Related Non-Members

const QOrganizerItemFilter operator& ( const QOrganizerItemFilter & left, const QOrganizerItemFilter & right )
const QOrganizerItemFilter operator| ( const QOrganizerItemFilter & left, const QOrganizerItemFilter & right )

Detailed Description

The QOrganizerItemFilter class is used to select organizer items made available through a QOrganizerManager.

This class is used as a parameter to various functions offered by QOrganizerManager, to allow selection of items which have certain details or properties.

Member Type Documentation

enum QOrganizerItemFilter::FilterType

Describes the type of the filter

ConstantValueDescription
QOrganizerItemFilter::InvalidFilter0An invalid filter which matches nothing
QOrganizerItemFilter::OrganizerItemDetailFilter1A filter which matches items containing one or more details of a particular definition with a particular value
QOrganizerItemFilter::OrganizerItemDetailRangeFilter2A filter which matches items containing one or more details of a particular definition whose values are within a particular range
QOrganizerItemFilter::ChangeLogFilter3A filter which matches items whose timestamps have been updated since some particular date and time
QOrganizerItemFilter::IntersectionFilter5A filter which matches all items that are matched by all filters it includes
QOrganizerItemFilter::UnionFilter6A filter which matches any organizer item that is matched by any of the filters it includes
QOrganizerItemFilter::IdFilter7A filter which matches any organizer item whose id is contained in a particular list of organizer item ids
QOrganizerItemFilter::CollectionFilter8A filter which matches any organizer item that is matched by collection.
QOrganizerItemFilter::DefaultFilter9A filter which matches everything

enum QOrganizerItemFilter::MatchFlag
flags QOrganizerItemFilter::MatchFlags

Describes the semantics of matching followed by the filter

ConstantValueDescription
QOrganizerItemFilter::MatchExactlyQt::MatchExactlyPerforms QVariant-based matching
QOrganizerItemFilter::MatchContainsQt::MatchContainsThe search term is contained in the item
QOrganizerItemFilter::MatchStartsWithQt::MatchStartsWithThe search term matches the start of the item
QOrganizerItemFilter::MatchEndsWithQt::MatchEndsWithThe search term matches the end of the item
QOrganizerItemFilter::MatchFixedStringQt::MatchFixedStringPerforms string-based matching. String-based comparisons are case-insensitive unless the MatchCaseSensitive flag is also specified
QOrganizerItemFilter::MatchCaseSensitiveQt::MatchCaseSensitiveThe search is case sensitive

The MatchFlags type is a typedef for QFlags<MatchFlag>. It stores an OR combination of MatchFlag values.

Member Function Documentation

QOrganizerItemFilter::QOrganizerItemFilter ()

Constructs an empty filter

QOrganizerItemFilter::QOrganizerItemFilter ( const QOrganizerItemFilter & other )

Constructs a new copy of other

QOrganizerItemFilter::~QOrganizerItemFilter ()

Cleans up the memory used by this filter

FilterType QOrganizerItemFilter::type () const

Returns the type of the filter

bool QOrganizerItemFilter::operator!= ( const QOrganizerItemFilter & other ) const

Returns true if this filter is not identical to the other filter.

See also operator==().

QOrganizerItemFilter & QOrganizerItemFilter::operator= ( const QOrganizerItemFilter & other )

Assigns this filter to be other

bool QOrganizerItemFilter::operator== ( const QOrganizerItemFilter & other ) const

Returns true if the filter has the same type and criteria as other

Related Non-Members

const QOrganizerItemFilter operator& ( const QOrganizerItemFilter & left, const QOrganizerItemFilter & right )

Returns a filter which is the intersection of the left and right filters

See also QOrganizerItemIntersectionFilter.

const QOrganizerItemFilter operator| ( const QOrganizerItemFilter & left, const QOrganizerItemFilter & right )

Returns a filter which is the union of the left and right filters

See also QOrganizerItemUnionFilter.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.

[0]; s.parentNode.insertBefore(ga, s); })();
Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 64
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Labs au hasard

Logo

Construire l'avenir : (ré-)introduction aux composants de Qt Quick

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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.1
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 !
 
 
 
 
Partenaires

Hébergement Web