1#ifndef STORAGECHANGENOTIFIER_H
2#define STORAGECHANGENOTIFIER_H
9class StorageChangeNotifierPlugin;
56 void stopListen(
bool disableAfterNextChange =
false);
65 void storageChanged();
75 QHash<QString, StorageChangeNotifierPlugin *> iNotifierMap;
Manages plugins.
Definition PluginManager.h:56
Notifies about changes in storages that it's asked to monitor.
Definition StorageChangeNotifier.h:16
void loadNotifiers(PluginManager *aPluginManager, const QStringList &aStorageNames)
load all implemented storage change notifier plug-in's
Definition StorageChangeNotifier.cpp:29
void storageChange(QString aStorageName)
Definition moc_StorageChangeNotifier.cpp:175
StorageChangeNotifier()
constructor
Definition StorageChangeNotifier.cpp:10
bool startListen(QStringList &aFailedStorages)
Definition StorageChangeNotifier.cpp:46
~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:70
void checkForChanges()
Definition StorageChangeNotifier.cpp:96