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  · 

QGalleryProperty Class Reference

The QGalleryProperty class provides a string constant identifying a gallery property. More...

 #include <QGalleryProperty>

Public Types

enum Attribute { CanRead, CanWrite, CanSort, CanFilter }
flags Attributes

Public Functions

QString ascending () const
QGalleryMetaDataFilter contains ( const QString & string ) const
QString descending () const
QGalleryMetaDataFilter endsWith ( const QString & string ) const
QString name () const
QGalleryMetaDataFilter regExp ( const QString & regExp ) const
QGalleryMetaDataFilter regExp ( const QRegExp & regExp ) const
QGalleryMetaDataFilter startsWith ( const QString & string ) const
QGalleryMetaDataFilter wildcard ( const QString & string ) const
operator QString () const
QGalleryMetaDataFilter operator< ( const QVariant & value ) const
QGalleryMetaDataFilter operator<= ( const QVariant & value ) const
QGalleryMetaDataFilter operator== ( const QVariant & value ) const
QGalleryMetaDataFilter operator> ( const QVariant & value ) const
QGalleryMetaDataFilter operator>= ( const QVariant & value ) const

Macros

Q_DEFINE_GALLERY_PROPERTY ( scope, name )

Detailed Description

The QGalleryProperty class provides a string constant identifying a gallery property.

QAbstractGallery implementations use to QGalleryProperty to define the names of properties in their schemas. In addition to providing the name of a property QGalleryProperty also contains a number of operator overloads and functions for constructing meta-data filters.

See also QGalleryType and QGalleryMetaDataFilter.

Member Type Documentation

enum QGalleryProperty::Attribute
flags QGalleryProperty::Attributes

This enumeration describes the attributes of a property.

ConstantValueDescription
QGalleryProperty::CanRead0x01The value of this property can be read.
QGalleryProperty::CanWrite0x02The value of this property can be written.
QGalleryProperty::CanSort0x04The value of this property can be used to sort items.
QGalleryProperty::CanFilter0x08The value of this property can be used in a filter.

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

Member Function Documentation

QString QGalleryProperty::ascending () const

Returns a sort key which indicating items should be sorted a property in ascending order.

QGalleryMetaDataFilter QGalleryProperty::contains ( const QString & string ) const

Returns a gallery filter which tests if a property value contains contains a string literal.

QString QGalleryProperty::descending () const

Returns a sort key which indicating items should be sorted a property in descending order.

QGalleryMetaDataFilter QGalleryProperty::endsWith ( const QString & string ) const

Returns a gallery filter which tests if a property value ends with a string literal.

QString QGalleryProperty::name () const

Returns the name of a property.

QGalleryMetaDataFilter QGalleryProperty::regExp ( const QString & regExp ) const

Returns a gallery filter which tests if a property value matches a regExp.

QGalleryMetaDataFilter QGalleryProperty::regExp ( const QRegExp & regExp ) const

Returns a gallery filter which tests if a property value matches a regExp.

QGalleryMetaDataFilter QGalleryProperty::startsWith ( const QString & string ) const

Returns a gallery filter which tests if a property value starts with a string literal.

QGalleryMetaDataFilter QGalleryProperty::wildcard ( const QString & string ) const

Returns a gallery filter which tests if a property value matches a string literal using wildcard matching.

QGalleryProperty::operator QString () const

Returns the name of a property.

QGalleryMetaDataFilter QGalleryProperty::operator< ( const QVariant & value ) const

Returns a gallery filter which tests if a property is less than a value.

QGalleryMetaDataFilter QGalleryProperty::operator<= ( const QVariant & value ) const

Returns a gallery filter which tests if a property is less than or equal to a value.

QGalleryMetaDataFilter QGalleryProperty::operator== ( const QVariant & value ) const

Returns a gallery filter which tests if a property is equal to a value.

QGalleryMetaDataFilter QGalleryProperty::operator> ( const QVariant & value ) const

Returns a gallery filter which tests if a property is greater than a value.

QGalleryMetaDataFilter QGalleryProperty::operator>= ( const QVariant & value ) const

Returns a gallery filter which tests if a property is greater than or equal to a value.

Macro Documentation

Q_DEFINE_GALLERY_PROPERTY ( scope, name )

Macro for defining the name of a gallery property within the scope of a class or namespace.

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 82
  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. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 6
Page suivante

Le Qt Quarterly au hasard

Logo

Qt s'associe avec le nouvel OS MeeGo

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. 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