akonadi/contact
22 #ifndef AKONADI_CONTACTCOMPLETIONMODEL_P_H
23 #define AKONADI_CONTACTCOMPLETIONMODEL_P_H
25 #include <akonadi/entitytreemodel.h>
29 class ContactCompletionModel :
public EntityTreeModel
41 explicit ContactCompletionModel( ChangeRecorder *monitor, QObject *parent = 0 );
42 virtual ~ContactCompletionModel();
44 virtual QVariant entityData(
const Item &item,
int column,
int role = Qt::DisplayRole )
const;
45 virtual QVariant entityData(
const Collection &collection,
int column,
int role = Qt::DisplayRole )
const;
46 virtual int columnCount(
const QModelIndex &parent )
const;
47 virtual int entityColumnCount( HeaderGroup )
const;
49 static QAbstractItemModel*
self();
52 static QAbstractItemModel* mSelf;
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed Nov 28 2012 21:55:19 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.