akonadi
22 #ifndef AKONADI_CONTACTCOMPLETIONMODEL_P_H
23 #define AKONADI_CONTACTCOMPLETIONMODEL_P_H
25 #include <akonadi/entitytreemodel.h>
29 class ContactCompletionModel :
public EntityTreeModel
40 explicit ContactCompletionModel( ChangeRecorder *monitor, QObject *parent = 0 );
41 virtual ~ContactCompletionModel();
43 virtual QVariant entityData(
const Item &item,
int column,
int role = Qt::DisplayRole )
const;
44 virtual QVariant entityData(
const Collection &collection,
int column,
int role = Qt::DisplayRole )
const;
45 virtual int columnCount(
const QModelIndex &parent )
const;
46 virtual int entityColumnCount( HeaderGroup )
const;
48 static QAbstractItemModel*
self();
51 static QAbstractItemModel* mSelf;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.