akonadi
19 #ifndef AKONADI_COLLECTIONSTATISTICSDELEGATE_H
20 #define AKONADI_COLLECTIONSTATISTICSDELEGATE_H
22 #include "akonadi_export.h"
24 #include <QtGui/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-2012 The KDE developers.
Generated on Tue Dec 4 2012 14:36:04 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.