The QOrganizerItemIntersectionFilter class provides a filter which intersects the results of other filters. More...
#include <QOrganizerItemIntersectionFilter>
Inherits: QOrganizerItemFilter.
This class was introduced in Qt Mobility 1.1.
QOrganizerItemIntersectionFilter () | |
QOrganizerItemIntersectionFilter ( const QOrganizerItemFilter & other ) | |
void | append ( const QOrganizerItemFilter & filter ) |
void | clear () |
QList<QOrganizerItemFilter> | filters () const |
void | prepend ( const QOrganizerItemFilter & filter ) |
void | remove ( const QOrganizerItemFilter & filter ) |
void | setFilters ( const QList<QOrganizerItemFilter> & filters ) |
QOrganizerItemIntersectionFilter & | operator<< ( const QOrganizerItemFilter & filter ) |
The QOrganizerItemIntersectionFilter class provides a filter which intersects the results of other filters.
It may be used to select organizeritems which match all of the filters in the intersection
* Constructs a new intersection filter
This function was introduced in Qt Mobility 1.1.
* * Constructs a copy of other if possible, otherwise constructs a new intersection filter
This function was introduced in Qt Mobility 1.1.
* Appends the given filter to the list of intersected filters *
This function was introduced in Qt Mobility 1.1.
See also operator<<(), prepend(), and filters().
* Clears the list of filters. A cleared intersection filter will match no items. *
This function was introduced in Qt Mobility 1.1.
See also filters() and setFilters().
* Returns the list of filters which form the intersection filter *
This function was introduced in Qt Mobility 1.1.
See also setFilters(), prepend(), append(), and remove().
* Prepends the given filter to the list of intersected filters *
This function was introduced in Qt Mobility 1.1.
See also append() and filters().
* Removes the given filter from the intersection list *
This function was introduced in Qt Mobility 1.1.
See also filters(), append(), prepend(), and clear().
* Sets the filters whose criteria will be intersected to filters *
This function was introduced in Qt Mobility 1.1.
See also filters() and clear().
* Appends the given filter to the list of intersected filters *
This function was introduced in Qt Mobility 1.1.
See also append().