QtRestClient
3.0.0
A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
|
1 #ifndef QTRESTCLIENT_QMLRESTREPLY_H
2 #define QTRESTCLIENT_QMLRESTREPLY_H
4 #include <QtCore/QPointer>
6 #include <QtRestClient/RestReply>
8 #include <QtQml/QJSValue>
9 #include <QtQml/QJSEngine>
26 class QmlRestReply :
public QObject
90 bool checkOk(
const QJSValue &fn)
const;
95 #endif // QMLRESTREPLY_H
void addFailedHandler(const QJSValue &failedHandler)
Add a method to be called if the request has failed.
The Namespace containing all classes of the QtRestClient module.
The QML version of QtRestClient::RestReply.
The QML import for the QtRestClient QML module.
QtRestClient::RestReply reply
The original QtRestClient::RestReply that this one wrapps.
void addCompletedHandler(const QJSValue &completedHandler)
Add a method to be called when the request has been completed.
void addSucceededHandler(const QJSValue &succeededHandler)
Add a method to be called when the request has been completed successfully.
void addErrorHandler(const QJSValue &errorHandler)
Add a method to be called if an error occured.