Nepomuk
Nepomuk::DesktopOntologyLoader Class Reference
#include <desktopontologyloader.h>
Inheritance diagram for Nepomuk::DesktopOntologyLoader:

Public Member Functions | |
| DesktopOntologyLoader () | |
| ~DesktopOntologyLoader () | |
| QList< QUrl > | allOntologies () |
| QList< Soprano::Statement > | loadOntology (const QUrl &url) |
Public Member Functions inherited from Nepomuk::OntologyLoader | |
| virtual | ~OntologyLoader () |
Additional Inherited Members | |
Protected Member Functions inherited from Nepomuk::OntologyLoader | |
| OntologyLoader () | |
Detailed Description
The DesktopOntologyLoader reads ontologies from the installed ontologies on the desktop using KStandardDirs.
All possible ontology installation folders are searched for ontology desktop files.
- Deprecated:
- Ontologies should now be handled using the classes in the Nepomuk::Types namespace.
Definition at line 39 of file desktopontologyloader.h.
Constructor & Destructor Documentation
| Nepomuk::DesktopOntologyLoader::DesktopOntologyLoader | ( | ) |
| Nepomuk::DesktopOntologyLoader::~DesktopOntologyLoader | ( | ) |
Member Function Documentation
| QList<QUrl> Nepomuk::DesktopOntologyLoader::allOntologies | ( | ) |
Get a list of all ontology URIs that could be found on the system.
|
virtual |
reimplemented from OntologyLoader
Implements Nepomuk::OntologyLoader.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:27 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:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from