Nepomuk
Enumerator |
---|
NoError |
|
CommunicationError |
A communication error, i.e.
connection failure
|
InvalidType |
|
UnknownError |
|
Definition at line 45 of file resource.h.
template<typename T >
QList<T> Nepomuk::convertResourceList |
( |
const QList< Resource > & |
l | ) |
|
Used internally by Resource.
Convert a list of resources to a list of Ts where T needs to be a subclass of Resource.
- Returns
- A list containing all resources in
l
represented as a T.
Definition at line 58 of file tools.h.
template<typename T >
QList<Resource> Nepomuk::convertResourceList |
( |
const QList< T > & |
l | ) |
|
Used internally by Resource.
Convert a list of Ts to a list of Resources where T needs to be a subclass of Resource.
- Returns
- A list containing all resources in
l
.
Definition at line 73 of file tools.h.
QString Nepomuk::defaultGraph |
( |
| ) |
|
QString Nepomuk::errorString |
( |
ErrorCode |
code | ) |
|
- Returns
- A human-readble string.
QUrl Nepomuk::extractNamespace |
( |
const QUrl & |
url | ) |
|
QString Nepomuk::naoNamespace |
( |
| ) |
|
QString Nepomuk::nrlNamespace |
( |
| ) |
|
uint Nepomuk::qHash |
( |
const Resource & |
res | ) |
|
Variant Nepomuk::RDFLiteralToValue |
( |
const Soprano::Node & |
node | ) |
|
QString Nepomuk::rdfNamepace |
( |
| ) |
|
QString Nepomuk::rdfsNamespace |
( |
| ) |
|
- Deprecated:
- Use Soprano::Vocabulary::RDFS::rdfsNamepace()
void Nepomuk::setDefaultRepository |
( |
const QString & |
s | ) |
|
QString Nepomuk::typePredicate |
( |
| ) |
|
QList<Soprano::Node> Nepomuk::valuesToRDFNodes |
( |
const Variant & |
| ) |
|
Used internally by Resource.
Converts a Variant into a literal value to be used in the RDF store.
- Deprecated:
- Use Nepomuk::Varaint::toNodeList()
Soprano::Node Nepomuk::valueToRDFNode |
( |
const Variant & |
| ) |
|
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
KDE's Doxygen guidelines are available online.