Go to the documentation of this file.
22 #ifndef _SOPRANO_SERVER_DBUS_CLIENT_MODEL_H_
23 #define _SOPRANO_SERVER_DBUS_CLIENT_MODEL_H_
90 void setAsyncCalls(
bool b );
95 bool asyncCalls()
const;
103 int statementCount()
const;
104 bool isEmpty()
const;
105 bool containsStatement(
const Statement &statement )
const;
106 bool containsAnyStatement(
const Statement &statement )
const;
107 Node createBlankNode();
Base class for all Model implementations that store data (as compared to FilterModel).
StatementIterator listStatements() const
virtual Error::ErrorCode addStatement(const Statement &statement)=0
virtual bool containsAnyStatement(const Statement &statement) const
A Statement instance represents one RDF quadruple.
#define SOPRANO_CLIENT_EXPORT
virtual Error::ErrorCode removeStatement(const Statement &statement)=0
An iterator for query results.
Interface to a DBus server model.
Error::ErrorCode removeAllStatements()
An iterator that provides a stream of Statements.
Soprano::Backend defines the interface for a Soprano backend plugin.
An iterator that provides a stream of Nodes.
virtual bool containsStatement(const Statement &statement) const
A Node represents one RDF resource.
SOPRANO_EXPORT QUrl language()