akonadi
collectionstatisticsmodel.h
62 UnreadRole = CollectionModel::UserRole + 1,
71 };
96 virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
A model that provides statistics for collections.
Definition: collectionstatisticsmodel.h:53
Roles
Describes the roles for the statistics collection model.
Definition: collectionstatisticsmodel.h:61
@ RecursiveTotalRole
The number of items in this collection and its children.
Definition: collectionstatisticsmodel.h:66
@ RecursiveUnreadRole
The number of unread items in this collection and its children.
Definition: collectionstatisticsmodel.h:65
@ RecursiveStatisticsRole
A statistics object of this collection and its children.
Definition: collectionstatisticsmodel.h:67
@ RecursiveSizeRole
The total size of the items in this collection and its children.
Definition: collectionstatisticsmodel.h:69
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.