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 NotificationMessageV2::List &msgs );
46 virtual
bool emitNotification(const Akonadi::NotificationMessageV2& msg);
48 QString notificationsFileName() const;
50 void loadNotifications();
51 QQueue<NotificationMessageV2> loadFrom( QIODevice *device );
52 QString dumpNotificationListToString() const;
53 void addToStream( QDataStream &stream, const NotificationMessageV2 &msg );
54 void saveNotifications();
55 void saveTo( QIODevice *device );
57 void dequeueNotification();
58 void notificationsLoaded();
59 void writeStartOffset();
61 int m_lastKnownNotificationsCount;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.