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 ) )