Contents
QContactUnionFilter Class Reference
The QContactUnionFilter class provides a filter which unions the results of other filters. More...
#include <QContactUnionFilter>
Inherits QContactFilter.
Public Functions
QContactUnionFilter () | |
QContactUnionFilter ( 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 ) |
QContactUnionFilter & | operator<< ( const QContactFilter & filter ) |
- 4 public functions inherited from QContactFilter
Detailed Description
The QContactUnionFilter class provides a filter which unions the results of other filters.
It may be used to select contacts which match all of the filters in the union