Go to the documentation of this file.
22 #ifndef _SOPRANO_ASYNC_MODEL_H_
23 #define _SOPRANO_ASYNC_MODEL_H_
34 class StatementIterator;
37 class QueryResultIterator;
41 class AsyncModelPrivate;
113 void setMode( AsyncModelMode mode );
122 AsyncModelMode mode()
const;
369 AsyncModelPrivate*
const d;
371 Q_PRIVATE_SLOT( d,
void _s_executeNextCommand() )
StatementIterator listStatements() const
SOPRANO_EXPORT QUrl subject()
A delayed result as returned by AsyncModel.
virtual Error::ErrorCode addStatement(const Statement &statement)
SOPRANO_EXPORT QUrl Statement()
SOPRANO_EXPORT QUrl predicate()
A FilterModel is a virtual model that wraps another Model.
A Statement instance represents one RDF quadruple.
virtual Error::ErrorCode removeStatement(const Statement &statement)
Filter model that allows to perform operations asyncroneously.
virtual bool containsAnyStatement(const Statement &statement) const
An iterator for query results.
Error::ErrorCode removeAllStatements()
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
An iterator that provides a stream of Statements.
virtual bool containsStatement(const Statement &statement) const
An iterator that provides a stream of Nodes.
A Node represents one RDF resource.
SOPRANO_EXPORT QUrl language()
SOPRANO_EXPORT QUrl context()