22 #ifndef _SOPRANO_SERVER_DBUS_CLIENT_H_
23 #define _SOPRANO_SERVER_DBUS_CLIENT_H_
25 #include <QtCore/QObject>
Core class to handle a connection to a Soprano server through the DBus interface.
QStringList allModels() const
DBusClient(const QString &service=QString(), QObject *parent=0)
DBusModel * createModel(const QString &name, const BackendSettings &settings=BackendSettings())
void removeModel(const QString &name)
Interface to a DBus server model.
Core class of Soprano's exception system.
SOPRANO_EXPORT QUrl name()
QList< BackendSetting > BackendSettings
#define SOPRANO_CLIENT_EXPORT