Go to the documentation of this file.
22 #ifndef _SOPRANO_ASYNC_RESULT_H_
23 #define _SOPRANO_ASYNC_RESULT_H_
25 #include <QtCore/QObject>
26 #include <QtCore/QVariant>
34 class StatementIterator;
37 class QueryResultIterator;
153 void slotResultReady();
static AsyncResult * createResult()
A delayed result as returned by AsyncModel.
QueryResultIterator queryResultIterator() const
Core class of Soprano's exception system.
Represents an error in Soprano.
Filter model that allows to perform operations asyncroneously.
void setResult(const QVariant &result, const Error::Error &error)
void resultReady(Soprano::Util::AsyncResult *)
An iterator for query results.
Error::ErrorCode errorCode() const
StatementIterator statementIterator() const
An iterator that provides a stream of Statements.
NodeIterator nodeIterator() const
An iterator that provides a stream of Nodes.
A Node represents one RDF resource.