Nepomuk
Go to the documentation of this file.
20 #ifndef _NEPOMUK_QUERY_RESULT_H_
21 #define _NEPOMUK_QUERY_RESULT_H_
23 #include <QtCore/QSharedDataPointer>
24 #include <QtCore/QUrl>
25 #include <QtCore/QList>
26 #include <QtCore/QHash>
28 #include <Soprano/Statement>
29 #include <Soprano/BindingSet>
112 void setScore(
double score );
119 void addRequestProperty(
const Types::Property& property,
const Soprano::Node& value );
126 QHash<Types::Property, Soprano::Node> requestProperties()
const;
140 Soprano::Node requestProperty(
const Types::Property& property )
const;
151 void setAdditionalBindings(
const Soprano::BindingSet& bindings );
159 Soprano::BindingSet additionalBindings()
const;
183 Variant additionalBinding(
const QString& name )
const;
193 void setExcerpt(
const QString& text );
207 QString excerpt()
const;
212 bool operator==(
const Result& )
const;
216 QSharedDataPointer<Private> d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 20:58:25 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.