1 #ifndef STORAGECHANGENOTIFIER_H
2 #define STORAGECHANGENOTIFIER_H
10 class StorageChangeNotifierPlugin;
35 const QStringList& aStorageNames);
57 void stopListen(
bool disableAfterNextChange =
false);
66 void storageChanged();
76 QHash<QString,StorageChangeNotifierPlugin*> iNotifierMap;
Manages plugins.
Definition: PluginManager.h:91
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:80
Notifies about changes in storages that it's asked to monitor.
Definition: StorageChangeNotifier.h:16
StorageChangeNotifier()
constructor
Definition: StorageChangeNotifier.cpp:10
Definition: AccountsHelper.h:31
bool startListen(QStringList &aFailedStorages)
Definition: StorageChangeNotifier.cpp:51
void checkForChanges()
Definition: StorageChangeNotifier.cpp:109
void storageChange(QString aStorageName)
Definition: moc_StorageChangeNotifier.cpp:131
void loadNotifiers(PluginManager *aPluginManager, const QStringList &aStorageNames)
load all implemented storage change notifier plug-in's
Definition: StorageChangeNotifier.cpp:31
~StorageChangeNotifier()
destructor
Definition: StorageChangeNotifier.cpp:16