akonadi
20 #ifndef AKONADI_STATISTICSPROXYMODEL_H
21 #define AKONADI_STATISTICSPROXYMODEL_H
23 #include "akonadi_export.h"
25 #include <QSortFilterProxyModel>
71 void setToolTipEnabled(
bool enable);
76 bool isToolTipEnabled()
const;
81 void setExtraColumnsEnabled(
bool enable);
86 bool isExtraColumnsEnabled()
const;
89 virtual QModelIndex index (
int row,
int column,
const QModelIndex & parent = QModelIndex() )
const;
90 virtual QVariant data(
const QModelIndex & index,
int role = Qt::DisplayRole )
const;
91 virtual QVariant headerData(
int section, Qt::Orientation orientation,
int role = Qt::DisplayRole )
const;
92 virtual Qt::ItemFlags flags (
const QModelIndex & index )
const;
93 virtual int columnCount(
const QModelIndex & parent = QModelIndex() )
const;
95 virtual QModelIndexList match(
const QModelIndex& start,
int role,
const QVariant& value,
int hits = 1,
96 Qt::MatchFlags flags = Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap ) )
const;
98 virtual void setSourceModel(QAbstractItemModel* sourceModel);
99 virtual void connectNotify(
const char* signal);
106 Q_PRIVATE_SLOT( d,
void proxyDataChanged( QModelIndex, QModelIndex ) )
107 Q_PRIVATE_SLOT( d,
void sourceLayoutAboutToBeChanged() )
108 Q_PRIVATE_SLOT( d,
void sourceLayoutChanged() )
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:43 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.