Contents
QContactIntersectionFilter Class Reference
The QContactIntersectionFilter class provides a filter which intersects the results of other filters. More...
#include <QContactIntersectionFilter>
Inherits QContactFilter.
Public Functions
QContactIntersectionFilter () | |
QContactIntersectionFilter ( const QContactFilter & other ) | |
void | append ( const QContactFilter & filter ) |
QList<QContactFilter> | filters () const |
void | prepend ( const QContactFilter & filter ) |
void | remove ( const QContactFilter & filter ) |
void | setFilters ( const QList<QContactFilter> & filters ) |
QContactIntersectionFilter & | operator<< ( const QContactFilter & filter ) |
- 4 public functions inherited from QContactFilter
Detailed Description
The QContactIntersectionFilter class provides a filter which intersects the results of other filters.
It may be used to select contacts which match all of the filters in the intersection