22#ifndef _SOPRANO_SERVER_DBUS_CLIENT_H_
23#define _SOPRANO_SERVER_DBUS_CLIENT_H_
25#include <QtCore/QObject>
QStringList allModels() const
DBusClient(const QString &service=QString(), QObject *parent=0)
void removeModel(const QString &name)
DBusModel * createModel(const QString &name, const BackendSettings &settings=BackendSettings())
Interface to a DBus server model.
Core class of Soprano's exception system.
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
QList< BackendSetting > BackendSettings
QObject(QObject *parent=0)
#define SOPRANO_CLIENT_EXPORT