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;
198 QList<Nepomuk::Resource>
resources()
const;
268 const QVariant & value );
278 const QVariant & value );
296 const QVariantList & oldValue,
297 const QVariantList & newValue );
300 void slotResourceCreated(
const QString& res,
const QStringList& types);
301 void slotResourceRemoved(
const QString& res,
const QStringList& types);
302 void slotResourceTypeAdded(
const QString& res,
const QString& type);
303 void slotResourceTypeRemoved(
const QString& res,
const QString& type);
304 void slotPropertyAdded(
const QString& res,
const QString& prop,
const QVariantList& objects);
305 void slotPropertyRemoved(
const QString& res,
const QString& prop,
const QVariantList& objects);
306 void slotPropertyChanged(
const QString& res,
const QString& prop,
307 const QVariantList & oldObjs,
308 const QVariantList & newObjs);
315 #endif // RESOURCEWATCHER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Fri Dec 7 2012 16:01:04 by
doxygen 1.8.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.