Go to the documentation of this file.
22 #ifndef _SOPRANO_SERVER_DBUS_ITERATOR_H_
23 #define _SOPRANO_SERVER_DBUS_ITERATOR_H_
25 #include <QtCore/QObject>
31 class StatementIterator;
33 class QueryResultIterator;
114 QString dbusObjectPath()
const;
123 bool deleteOnClose()
const;
136 void setDeleteOnClose(
bool deleteOnClose );
154 void unregisterIterator();
160 Q_PRIVATE_SLOT( d,
void slotServiceUnregistered(
const QString&
name ) )
#define SOPRANO_SERVER_EXPORT
Core class of Soprano's exception system.
An iterator for query results.
Exports a Soprano Iterator via D-Bus.
SOPRANO_EXPORT QUrl name()
An iterator that provides a stream of Statements.
An iterator that provides a stream of Nodes.