Contents
QContactLocalIdFilter Class Reference
The QContactLocalIdFilter class provides a filter based around a list of contact ids More...
#include <QContactLocalIdFilter>
Inherits QContactFilter.
Public Functions
QContactLocalIdFilter () | |
QContactLocalIdFilter ( const QContactFilter & other ) | |
QList<QContactLocalId> | ids () const |
void | setIds ( const QList<QContactLocalId> & ids ) |
- 4 public functions inherited from QContactFilter
Detailed Description
The QContactLocalIdFilter class provides a filter based around a list of contact ids
It may be used to select contacts whose ids are contained in the given list of ids.