Nepomuk-Core
resourcewatchermanager.h
Go to the documentation of this file.
47 // IDEA: would it be more efficient to have three lists/sets: keptValues, newValues, removedValues?
101 void changeTypes(const QUrl& res, const QSet<QUrl> &resTypes, const QSet<QUrl> &addedTypes, const QSet<QUrl> &removedTypes);
ResourceWatcherConnection * createConnection(const QList< QUrl > &resources, const QList< QUrl > &properties, const QList< QUrl > &types)
Used internally by watch() and by the unit tests to create watcher connections.
Definition: resourcewatchermanager.cpp:286
Q_SCRIPTABLE void somethingChanged()
A special signal which is emitted whenever something changes in the store.
~ResourceWatcherManager()
Definition: resourcewatchermanager.cpp:111
void changeSomething()
to be called whenever something changes (preferably after calling any of the above) ...
Definition: resourcewatchermanager.cpp:279
Q_SCRIPTABLE QDBusObjectPath watch(const QStringList &resources, const QStringList &properties, const QStringList &types)
The main DBus methods exposed by the ResourceWatcher.
Definition: resourcewatchermanager.cpp:313
void createResource(const QUrl &uri, const QSet< QUrl > &types)
Definition: resourcewatchermanager.cpp:233
void removeResource(const QUrl &uri, const QList< QUrl > &types)
Definition: resourcewatchermanager.cpp:252
ResourceWatcherManager(DataManagementModel *parent=0)
Definition: resourcewatchermanager.cpp:101
void changeProperty(const QUrl &res, const QUrl &property, const QList< Soprano::Node > &addedValues, const QList< Soprano::Node > &removedValues)
Definition: resourcewatchermanager.cpp:125
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.