akonadi
19 #ifndef AKONADI_COLLECTIONSTATISTICSDELEGATE_H
20 #define AKONADI_COLLECTIONSTATISTICSDELEGATE_H
22 #include "akonadi_export.h"
24 #include <QStyledItemDelegate>
26 class QAbstractItemView;
31 class CollectionStatisticsDelegatePrivate;
106 void setUnreadCountShown(
bool enable );
111 bool unreadCountShown()
const;
116 void setProgressAnimationEnabled(
bool enable );
118 bool progressAnimationEnabled()
const;
126 virtual void paint( QPainter *painter,
const QStyleOptionViewItem &option,
127 const QModelIndex &index )
const;
133 virtual void initStyleOption( QStyleOptionViewItem *option,
134 const QModelIndex &index )
const;
138 CollectionStatisticsDelegatePrivate*
const d_ptr;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Thu Jan 9 2014 17:55:05 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.