1#ifndef STORAGECHANGENOTIFIER_H
2#define STORAGECHANGENOTIFIER_H
33 const QStringList &aStorageNames);
55 void stopListen(
bool disableAfterNextChange =
false);
64 void storageChanged();
73 QHash<QString, StorageChangeNotifierPlugin *> iNotifierMap;
Manages plugins.
Definition PluginManager.h:56
Implement this class to notify about changes in a specific storage - contacts/calendar/sms,...
Definition StorageChangeNotifierPlugin.h:15
void loadNotifiers(PluginManager *aPluginManager, const QStringList &aStorageNames)
load all implemented storage change notifier plug-in's
Definition StorageChangeNotifier.cpp:29
StorageChangeNotifier()
constructor
Definition StorageChangeNotifier.cpp:10
bool startListen(QStringList *failedStorages)
Definition StorageChangeNotifier.cpp:46
void storageChange(QString storageName)
~StorageChangeNotifier()
destructor
Definition StorageChangeNotifier.cpp:16
void stopListen(bool disableAfterNextChange=false)
call this to ignore taking action on storage changes. Whether there was a change can be determined by...
Definition StorageChangeNotifier.cpp:72
void checkForChanges()
Definition StorageChangeNotifier.cpp:98