akonadi
20 #ifndef NOTIFICATIONSOURCE_P_H
21 #define NOTIFICATIONSOURCE_P_H
23 #include <QtCore/QObject>
27 #include "akonadiprivate_export.h"
28 #include <notificationmessagev3_p.h>
33 class AKONADI_TESTS_EXPORT NotificationSource:
public QObject
38 NotificationSource( QObject *source );
39 ~NotificationSource();
41 void setAllMonitored(
bool allMonitored );
42 void setMonitoredCollection(
Entity::Id id,
bool monitored );
43 void setMonitoredItem(
Entity::Id id,
bool monitored );
44 void setMonitoredResource(
const QByteArray &resource,
bool monitored );
45 void setMonitoredMimeType(
const QString &mimeType,
bool monitored );
46 void setMonitoredTag( Tag::Id
id,
bool monitored );
47 void setMonitoredType( NotificationMessageV2::Type type,
bool monitored );
48 void setIgnoredSession(
const QByteArray &session,
bool monitored );
50 QObject* source()
const;
53 void notifyV3(
const Akonadi::NotificationMessageV3::List &msgs );
58 #endif // NOTIFICATIONSOURCE_P_H
qint64 Id
Describes the unique id type.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Jul 21 2014 08:03:54 by
doxygen 1.8.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.