Nepomuk-Core
resourcedata.h
Go to the documentation of this file.
45 explicit ResourceData( const QUrl& uri, const QUrl& kickOffUri, const QUrl& type_, ResourceManagerPrivate* rm );
157 void updateKickOffLists( const QUrl& uri, const Variant& oldvariant, const Variant& newvariant );
void updateKickOffLists(const QUrl &uri, const Variant &oldvariant, const Variant &newvariant)
Updates ResourceManagerPrivate's list.
Definition: resourcedata.cpp:741
bool isFile()
Tries to determine if this resource represents a file by examining the type and the uri...
Definition: resourcedata.cpp:111
void removeProperty(const QUrl &uri)
Definition: resourcedata.cpp:499
QHash< QUrl, Variant > allProperties()
Definition: resourcedata.cpp:195
void setWatchEnabled(bool status)
Definition: resourcedata.cpp:815
void setProperty(const QUrl &uri, const Variant &value)
Set a property.
Definition: resourcedata.cpp:389
void propertyAdded(const Types::Property &prop, const QVariant &value)
Definition: resourcedata.cpp:804
The Nepomuk Variant extends over QVariant by introducing direct support for Resource embedding...
Definition: variant.h:65
void addProperty(const QUrl &uri, const Variant &value)
Definition: resourcedata.cpp:446
bool hasProperty(const QUrl &uri)
Definition: resourcedata.cpp:206
QList< Resource * > resources() const
Definition: resourcedata.h:60
A property is a resource of type rdf:Property which relates a domain with a range.
Definition: libnepomukcore/types/property.h:52
void determineUri()
Searches for the resource in the Nepomuk store using m_kickoffId and m_kickoffUri.
Definition: resourcedata.cpp:580
void resetAll()
Will reset this instance to 0 as if constructed without parameters Used by remove() and deleteData() ...
Definition: resourcedata.cpp:164
void propertyRemoved(const Types::Property &prop, const QVariant &value)
Called by ResourceManager (with the RM mutex locked)
Definition: resourcedata.cpp:768
QDebug operator<<(QDebug dbg, const Nepomuk2::ResourceData &)
Definition: resourcedata.cpp:711
ResourceData(const QUrl &uri, const QUrl &kickOffUri, const QUrl &type_, ResourceManagerPrivate *rm)
Definition: resourcedata.cpp:64
QDebug operator<<(QDebug dbg) const
Definition: resourcedata.cpp:699
bool operator==(const ResourceData &other) const
Compares the properties of two ResourceData objects taking into account the Deleted flag...
Definition: resourcedata.cpp:687
Definition: resourcedata.h:42
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:08 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:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.