DBusStatementIterator Class Reference
from PyKDE4.soprano import *
Inherits: Soprano.StatementIterator → Iterator \class DBusStatementIterator dbusstatementiterator.h Soprano/Client/DBusStatementIterator
Interface to a DBus server statement iterator.
The DBusStatementIterator provides a fully functional interface
to a StatementIterator provided through a %Soprano D-Bus server. It can thus,
be seen as the counterpart to Server.DBusExportIterator.
Given the DBus service name and the object path of the StatementIterator
in question it handles all DBus communication transparently.
Normally there is no need to use this class directly as
DBusModel does create instances of it on request.
Namespace: Soprano::Client
Detailed Description
\sa soprano_server_dbus
- Since:
- 2.1
Methods | |
__init__ (self, QString serviceName, QString dbusObject) |