akonadi/contact
22 #ifndef AKONADI_CONTACTSFILTERPROXYMODEL_H
23 #define AKONADI_CONTACTSFILTERPROXYMODEL_H
25 #include "akonadi-contact_export.h"
27 #include <QSortFilterProxyModel>
69 Q_DECLARE_FLAGS( FilterFlags, FilterFlag )
89 void setFilterFlags( ContactsFilterProxyModel::FilterFlags flags );
91 virtual Qt::ItemFlags flags(
const QModelIndex& index )
const;
101 void setExcludeVirtualCollections(
bool exclude );
108 void setFilterString(
const QString &filter );
112 virtual bool filterAcceptsRow(
int row,
const QModelIndex &parent )
const;
113 virtual bool lessThan(
const QModelIndex &left,
const QModelIndex &right )
const;
123 Q_DECLARE_OPERATORS_FOR_FLAGS ( ContactsFilterProxyModel::FilterFlags )
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Thu Jan 9 2014 18:00:19 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.