akonadi_next
Go to the documentation of this file.
20 #ifndef AMAZING_COMPLETER_H
21 #define AMAZING_COMPLETER_H
25 #include <QAbstractItemModel>
29 class QAbstractItemView;
35 class AmazingCompleterPrivate;
47 void setWidget(QWidget *widget);
49 void setView(QAbstractItemView *view, ViewHandler = Popup);
51 void setModel(QAbstractItemModel *model);
56 void setCompletionRole(
int role);
61 void setMatchingRole(
int role);
63 void setMinimumLength(
int length);
66 void setCompletionPrefixString(
const QString &matchData);
67 void setCompletionPrefix(
const QVariant &matchData);
69 void sourceRowsInserted(
const QModelIndex &parent,
int start,
int end);
72 virtual void connectModelToView(QAbstractItemModel *model, QAbstractItemView *view);
77 AmazingCompleterPrivate *d_ptr;
#define AKONADI_NEXT_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:56 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.