22#ifndef _SOPRANO_SERVER_CLIENT_H_
23#define _SOPRANO_SERVER_CLIENT_H_
25#include <QtCore/QObject>
26#include <QtCore/QList>
27#include <QtNetwork/QHostAddress>
137 void slotError( QAbstractSocket::SocketError error );
Creates a connection to the Soprano server through a TCP connection.
Model * createModel(const QString &name, const QList< BackendSetting > &settings=QList< BackendSetting >())
TcpClient(QObject *parent=0)
bool connect(const QHostAddress &address=QHostAddress::LocalHost, int port=DEFAULT_PORT)
static const quint16 DEFAULT_PORT
void removeModel(const QString &name)
Core class of Soprano's exception system.
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
SOPRANO_EXPORT QUrl name()
#define SOPRANO_CLIENT_EXPORT