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