Akonadi
core/collectionstatistics.cpp
Provides statistics information of a Collection.
Definition core/collectionstatistics.h:59
qint64 unreadCount() const
Returns the number of unread items in this collection or -1 if this information is not available.
Definition core/collectionstatistics.cpp:47
void setUnreadCount(qint64 count)
Sets the number of unread items in this collection.
Definition core/collectionstatistics.cpp:52
void setSize(qint64 size)
Sets the total size of the items in this collection.
Definition core/collectionstatistics.cpp:62
~CollectionStatistics()
Destroys the collection statistics object.
void setCount(qint64 count)
Sets the number of items in this collection.
Definition core/collectionstatistics.cpp:42
qint64 count() const
Returns the number of items in this collection or -1 if this information is not available.
Definition core/collectionstatistics.cpp:37
CollectionStatistics()
Creates a new collection statistics object.
Definition core/collectionstatistics.cpp:25
qint64 size() const
Returns the total size of the items in this collection or -1 if this information is not available.
Definition core/collectionstatistics.cpp:57
CollectionStatistics & operator=(const CollectionStatistics &other)
Assigns other to this statistics object and returns a reference to this one.
Definition core/collectionstatistics.cpp:67
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.