Nepomuk-Core
ontologyloader.h
Go to the documentation of this file.
32 // Hint: Using QString instead of QUrl for URIs since this API will be exported via DBus and not used otherwise
void importOntology(const QString &url)
Try to retrieve an ontology from the web.
Definition: ontologyloader.cpp:226
void updateLocalOntologies()
Update all installed ontologies that changed since the last update.
Definition: ontologyloader.cpp:190
QString findOntologyContext(const QString &uri)
Tries to find the ontology uri in the local Nepomuk store.
Definition: ontologyloader.cpp:220
void ontologyUpdateFailed(const QString &uri, const QString &error)
Emitted if updating an ontology failed.
void ontologyUpdated(const QString &uri)
Emitted once an ontology has been updated.
void updateAllLocalOntologies()
Update all installed ontologies, independently of their status.
Definition: ontologyloader.cpp:200
void ontologyUpdateFinished(bool changesDone)
Emitted once the update of the ontologies is done.
Definition: ontologyloader.h:34
OntologyLoader(Soprano::Model *model, QObject *parent=0)
Definition: ontologyloader.cpp:151
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.