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