akonadi
collectionstatistics.cpp
qint64 count() const
Returns the number of items in this collection or -1 if this information is not available.
Definition: collectionstatistics.cpp:68
Provides statistics information of a Collection.
Definition: collectionstatistics.h:69
CollectionStatistics()
Creates a new collection statistics object.
Definition: collectionstatistics.cpp:54
~CollectionStatistics()
Destroys the collection statistics object.
Definition: collectionstatistics.cpp:64
void setUnreadCount(qint64 count)
Sets the number of unread items in this collection.
Definition: collectionstatistics.cpp:83
void setSize(qint64 size)
Sets the total size of the items in this collection.
Definition: collectionstatistics.cpp:93
void setCount(qint64 count)
Sets the number of items in this collection.
Definition: collectionstatistics.cpp:73
qint64 unreadCount() const
Returns the number of unread items in this collection or -1 if this information is not available...
Definition: collectionstatistics.cpp:78
qint64 size() const
Returns the total size of the items in this collection or -1 if this information is not available...
Definition: collectionstatistics.cpp:88
CollectionStatistics & operator=(const CollectionStatistics &other)
Assigns other to this statistics object and returns a reference to this one.
Definition: collectionstatistics.cpp:98
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:16 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:16 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.