soprano
Soprano::Client::DBusStatementIterator Class Reference
Interface to a DBus server statement iterator. More...
#include <Soprano/Client/DBusStatementIterator>
Inheritance diagram for Soprano::Client::DBusStatementIterator:

Public Member Functions | |
| DBusStatementIterator (const QString &serviceName, const QString &dbusObject) | |
Detailed Description
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.
- See also:
- Soprano D-Bus Interface
- Since:
- 2.1
Definition at line 51 of file dbusstatementiterator.h.
Constructor & Destructor Documentation
| Soprano::Client::DBusStatementIterator::DBusStatementIterator | ( | const QString & | serviceName, | |
| const QString & | dbusObject | |||
| ) |
Create a new DBus StatementIterator interface.
- Parameters:
-
serviceName The name of the DBus service that provides the StatementIterator. dbusObject The path to the StatementIterator object in the DBus service.
The documentation for this class was generated from the following file:
KDE 4.4 API Reference