Nepomuk
Go to the documentation of this file.
22 #ifndef RESOURCEWATCHER_H
23 #define RESOURCEWATCHER_H
25 #include "../types/class.h"
26 #include "../types/property.h"
29 #include <QtDBus/QDBusVariant>
30 #include <QtCore/QVariant>
162 void setTypes(
const QList<Types::Class> & types_ );
172 void setResources(
const QList<Nepomuk::Resource> & resources_ );
182 void setProperties(
const QList<Types::Property> & properties_ );
190 QList<Types::Class>
types()
const;
207 QList<Nepomuk::Resource>
resources()
const;
295 const QVariant & value );
305 const QVariant & value );
323 const QVariantList & oldValue,
324 const QVariantList & newValue );
327 void slotResourceCreated(
const QString& res,
const QStringList& types);
328 void slotResourceRemoved(
const QString& res,
const QStringList& types);
329 void slotResourceTypeAdded(
const QString& res,
const QString& type);
330 void slotResourceTypeRemoved(
const QString& res,
const QString& type);
331 void slotPropertyAdded(
const QString& res,
const QString& prop,
const QVariantList& objects);
332 void slotPropertyRemoved(
const QString& res,
const QString& prop,
const QVariantList& objects);
333 void slotPropertyChanged(
const QString& res,
const QString& prop,
334 const QVariantList & oldObjs,
335 const QVariantList & newObjs);
342 #endif // RESOURCEWATCHER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 12:05:58 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.