Akonadi
7 #ifndef AKONADI_CHANGENOTIFICATION_H 8 #define AKONADI_CHANGENOTIFICATION_H 12 #include <QSharedDataPointer> 13 #include <QSharedPointer> 15 #include <akonadicore_export.h> 21 class ChangeNotification;
33 class AKONADICORE_EXPORT ChangeNotification
44 explicit ChangeNotification();
45 ChangeNotification(
const ChangeNotification &other);
46 ~ChangeNotification();
48 ChangeNotification &operator=(
const ChangeNotification &other);
50 Q_REQUIRED_RESULT
bool isValid()
const;
52 Q_REQUIRED_RESULT
QDateTime timestamp()
const;
53 void setTimestamp(
const QDateTime ×tamp);
59 void setType(Type type);
61 Q_REQUIRED_RESULT Protocol::ChangeNotificationPtr notification()
const;
62 void setNotification(
const Protocol::ChangeNotificationPtr &ntf);
Type type(const QString &mimeType)
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 23 2021 07:17:47 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.