The QGalleryIntersectionFilter class provides a filter which matches the intersection of two or more meta-data filters. More...
#include <QGalleryIntersectionFilter>
This class was introduced in Qt Mobility 1.1.
QGalleryIntersectionFilter () | |
QGalleryIntersectionFilter ( const QGalleryMetaDataFilter & filter ) | |
QGalleryIntersectionFilter ( const QGalleryUnionFilter & filter ) | |
QGalleryIntersectionFilter ( const QGalleryIntersectionFilter & filter ) | |
~QGalleryIntersectionFilter () | |
void | append ( const QGalleryMetaDataFilter & filter ) |
void | append ( const QGalleryUnionFilter & filter ) |
void | append ( const QGalleryIntersectionFilter & filter ) |
void | clear () |
int | filterCount () const |
QList<QGalleryFilter> | filters () const |
void | insert ( int index, const QGalleryMetaDataFilter & filter ) |
void | insert ( int index, const QGalleryUnionFilter & filter ) |
void | insert ( int index, const QGalleryIntersectionFilter & filter ) |
bool | isEmpty () const |
bool | isValid () const |
void | prepend ( const QGalleryMetaDataFilter & filter ) |
void | prepend ( const QGalleryUnionFilter & filter ) |
void | prepend ( const QGalleryIntersectionFilter & filter ) |
void | remove ( int index ) |
void | replace ( int index, const QGalleryMetaDataFilter & filter ) |
void | replace ( int index, const QGalleryUnionFilter & filter ) |
QGalleryIntersectionFilter & | operator<< ( const QGalleryIntersectionFilter & filter ) |
QGalleryIntersectionFilter & | operator= ( const QGalleryIntersectionFilter & filter ) |
QGalleryIntersectionFilter | operator&& ( const QGalleryIntersectionFilter & filter1, const QGalleryIntersectionFilter & filter2 ) |
The QGalleryIntersectionFilter class provides a filter which matches the intersection of two or more meta-data filters.
An intersection filter represents the intersection of a list of gallery filters. Filters can be added to an intersection using either the append(), prepend(), or insert() functions, or using the << operator.
Intersection filters can also combining two gallery filters with the && operator.
See also QGalleryFilter and QGalleryMetaDataFilter.
Constructs an empty intersection.
This function was introduced in Qt Mobility 1.1.
Constructs an intersection filter from a meta-data filter.
This function was introduced in Qt Mobility 1.1.
Constructs an intersection filter from a union filter.
This function was introduced in Qt Mobility 1.1.
Constructs a copy of an intersection filter.
This function was introduced in Qt Mobility 1.1.
Destroys an intersection filter.
Appends a meta-data filter to an intersection.
This function was introduced in Qt Mobility 1.1.
Appens a union filter to an intersection.
This function was introduced in Qt Mobility 1.1.
Appends the contents of an intersection filter to an intersection.
This function was introduced in Qt Mobility 1.1.
Clears all the filters from an intersection.
This function was introduced in Qt Mobility 1.1.
Returns the number of filters in an intersection.
This function was introduced in Qt Mobility 1.1.
Return the filters contained in an intersection.
This function was introduced in Qt Mobility 1.1.
Inserts a meta-data filter into an intersection at index.
This function was introduced in Qt Mobility 1.1.
Inserts a union filter into an intersection at index.
This function was introduced in Qt Mobility 1.1.
Inserts the contents of an intersection filter into an intersection at index.
This function was introduced in Qt Mobility 1.1.
Returns true if an intersection does not contain any filters, and returns false otherwise.
This function was introduced in Qt Mobility 1.1.
Returns true if the filter is a valid intersection filter.
An invalid filter can be obtained by casting a non QGalleryFilter::Intersection type QGalleryFilter to QGalleryIntersectionFilter.
This function was introduced in Qt Mobility 1.1.
Prepends a meta-data filter to an intersection.
This function was introduced in Qt Mobility 1.1.
Prepends a union filter to an intersection.
This function was introduced in Qt Mobility 1.1.
Prepends the contents of an intersection filter to an intersection.
This function was introduced in Qt Mobility 1.1.
Removes the filter at index from an intersection.
This function was introduced in Qt Mobility 1.1.
Replaces the filter at index in an intersection with a meta-data filter.
This function was introduced in Qt Mobility 1.1.
Replaces the filter at index in an intersection with a union filter.
This function was introduced in Qt Mobility 1.1.
Appends a filter to an intersection.
This function was introduced in Qt Mobility 1.1.
Assigns the value of filter to another intersection filter.
This function was introduced in Qt Mobility 1.1.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.