akonadi
20 #ifndef AKONADI_CHANGERECORDER_P_H 21 #define AKONADI_CHANGERECORDER_P_H 23 #include "akonadiprivate_export.h" 24 #include "changerecorder.h" 25 #include "monitor_p.h" 30 class ChangeNotificationDependenciesFactory;
35 ChangeRecorderPrivate(ChangeNotificationDependenciesFactory *dependenciesFactory_, ChangeRecorder *parent);
37 Q_DECLARE_PUBLIC(ChangeRecorder)
39 bool enableChangeRecording;
41 virtual
int pipelineSize() const;
42 virtual
void notificationsEnqueued(
int count);
43 virtual
void notificationsErased();
45 virtual
void slotNotify(const NotificationMessageV3::List &msgs);
47 QString notificationsFileName() const;
49 void loadNotifications();
50 QQueue<NotificationMessageV3> loadFrom(QIODevice *device);
51 QString dumpNotificationListToString() const;
52 void addToStream(QDataStream &stream, const NotificationMessageV3 &msg);
53 void saveNotifications();
54 void saveTo(QIODevice *device);
56 void dequeueNotification();
57 void notificationsLoaded();
58 void writeStartOffset();
60 int m_lastKnownNotificationsCount;
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Mon Nov 21 2016 01:11:09 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.