Nepomuk
Go to the documentation of this file.
21 #ifndef _NEPOMUK_TOOLS_H_
22 #define _NEPOMUK_TOOLS_H_
24 #include <QtCore/QString>
25 #include <QtCore/QList>
28 #include "nepomuk_export.h"
30 #include <soprano/node.h>
32 #include <kdemacros.h>
41 KDE_DEPRECATED NEPOMUK_EXPORT QList<Soprano::Node>
valuesToRDFNodes(
const Variant& );
49 KDE_DEPRECATED NEPOMUK_EXPORT Soprano::Node
valueToRDFNode(
const Variant& );
60 for( QList<Resource>::const_iterator it = l.constBegin();
61 it != l.constEnd(); ++it )
62 rl.append( T( *it ) );
75 Q_FOREACH(
const T& r, l )
83 KDE_DEPRECATED NEPOMUK_EXPORT Variant
RDFLiteralToValue(
const Soprano::Node& node );
105 KDE_DEPRECATED NEPOMUK_EXPORT QString
rdfNamepace();
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 19:12:41 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.