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;
113 void setProgressAnimationEnabled(
bool enable );
115 bool progressAnimationEnabled()
const;
118 virtual void paint( QPainter *painter,
const QStyleOptionViewItem &option,
119 const QModelIndex &index )
const;
121 virtual void initStyleOption( QStyleOptionViewItem *option,
122 const QModelIndex &index )
const;
126 CollectionStatisticsDelegatePrivate*
const d_ptr;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:33 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.