Soprano
2.7.6
|
Interface to a DBus server node iterator. More...
#include <Soprano/Client/DBusNodeIterator>
Public Member Functions | |
DBusNodeIterator (const QString &serviceName, const QString &dbusObject) |
Interface to a DBus server node iterator.
The DBusNodeIterator provides a fully functional interface to a NodeIterator 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 NodeIterator 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.
Soprano::Client::DBusNodeIterator::DBusNodeIterator | ( | const QString & | serviceName, |
const QString & | dbusObject | ||
) |
Create a new DBus NodeIterator interface.
serviceName | The name of the DBus service that provides the NodeIterator. |
dbusObject | The path to the NodeIterator object in the DBus service. |