Soprano  2.9.4
Public Member Functions | List of all members
Soprano::Client::DBusNodeIterator Class Reference

Interface to a DBus server node iterator. More...

#include <Soprano/Client/DBusNodeIterator>

+ Inheritance diagram for Soprano::Client::DBusNodeIterator:

Public Member Functions

 DBusNodeIterator (const QString &serviceName, const QString &dbusObject)
 
- Public Member Functions inherited from Soprano::NodeIterator
 NodeIterator ()
 
 NodeIterator (IteratorBackend< Node > *sti)
 
 NodeIterator (const NodeIterator &sti)
 
virtual ~NodeIterator ()
 
NodeIteratoroperator= (const NodeIterator &)
 
QList< NodeallNodes ()
 
- Public Member Functions inherited from Soprano::Iterator< Node >
 Iterator ()
 
 Iterator (IteratorBackend< Node > *sti)
 
 Iterator (const Iterator &sti)
 
virtual ~Iterator ()
 
Iteratoroperator= (const Iterator &)
 
void close ()
 
bool next ()
 
Node current () const
 
Node operator * () const
 
bool isValid () const
 
QList< NodeallElements ()
 
- Public Member Functions inherited from Soprano::Error::ErrorCache
virtual ~ErrorCache ()
 
virtual Error lastError () const
 

Additional Inherited Members

- Protected Member Functions inherited from Soprano::Iterator< Node >
void setBackend (IteratorBackend< Node > *b)
 
IteratorBackend< Node > * backend () const
 
- Protected Member Functions inherited from Soprano::Error::ErrorCache
 ErrorCache ()
 
void clearError () const
 
void setError (const Error &) const
 
void setError (const QString &errorMessage, int code=ErrorUnknown) const
 

Detailed Description

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.

Author
Sebastian Trueg trueg.nosp@m.@kde.nosp@m..org
See also
Soprano D-Bus Interface
Since
2.1

Definition at line 51 of file dbusnodeiterator.h.

Constructor & Destructor Documentation

◆ DBusNodeIterator()

Soprano::Client::DBusNodeIterator::DBusNodeIterator ( const QString serviceName,
const QString dbusObject 
)

Create a new DBus NodeIterator interface.

Parameters
serviceNameThe name of the DBus service that provides the NodeIterator.
dbusObjectThe path to the NodeIterator object in the DBus service.

The documentation for this class was generated from the following file: