Akonadi
collectionstatisticsjob.h
CollectionStatisticsJob(const Collection &collection, QObject *parent=nullptr)
Creates a new collection statistics job.
Definition collectionstatisticsjob.cpp:34
CollectionStatistics statistics() const
Returns the fetched collection statistics.
Definition collectionstatisticsjob.cpp:79
Collection collection() const
Returns the corresponding collection, if the job was executed successfully, the collection is already...
Definition collectionstatisticsjob.cpp:72
bool doHandleResponse(qint64 tag, const Protocol::CommandPtr &response) override
This method should be reimplemented in the concrete jobs in case you want to handle incoming data.
Definition collectionstatisticsjob.cpp:60
void doStart() override
This method must be reimplemented in the concrete jobs.
Definition collectionstatisticsjob.cpp:46
Provides statistics information of a Collection.
Definition core/collectionstatistics.h:59
Helper integration between Akonadi and Qt.
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.