akonadi
20#ifndef AKONADI_CHANGERECORDER_P_H
21#define AKONADI_CHANGERECORDER_P_H
23#include "akonadiprivate_export.h"
24#include "changerecorder.h"
30class 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-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.