Akonadi::ChangeNotification
Akonadi::ChangeNotification Class Reference
#include <changenotification.h>
Public Types | |
enum | Type { Items, Collection, Tag, Relation, Subscription } |
Public Member Functions | |
ChangeNotification (const ChangeNotification &other) | |
bool | isValid () const |
QVector< QByteArray > | listeners () const |
Protocol::ChangeNotificationPtr | notification () const |
ChangeNotification & | operator= (const ChangeNotification &other) |
void | setListeners (const QVector< QByteArray > &listeners) |
void | setNotification (const Protocol::ChangeNotificationPtr &ntf) |
void | setTimestamp (const QDateTime ×tamp) |
void | setType (Type type) |
QDateTime | timestamp () const |
Type | type () const |
Detailed Description
Emitted by Monitor::debugNotification() signal.
This is purely for debugging purposes and should never be used in regular applications.
- Since
- 5.4
Definition at line 34 of file changenotification.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 03:51:50 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 03:51:50 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.