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;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Jul 21 2014 08:03:50 by
doxygen 1.8.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.