|
QtRestClient
3.0.0
A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
|
This is the complete list of members for QtRestClient::GenericRestReply< DataClassType, ErrorClassType >, including all inherited members.
| abort() | QtRestClient::RestReply | slot |
| allowEmptyReplies | QtRestClient::RestReply | |
| allowEmptyRepliesChanged(bool allowEmptyReplies, QPrivateSignal) | QtRestClient::RestReply | signal |
| allowsEmptyReplies() const | QtRestClient::RestReply | |
| async | QtRestClient::RestReply | |
| asyncChanged(bool async, QPrivateSignal) | QtRestClient::RestReply | signal |
| autoDelete | QtRestClient::RestReply | |
| autoDelete() const | QtRestClient::RestReply | |
| autoDeleteChanged(bool autoDelete, QPrivateSignal) | QtRestClient::RestReply | signal |
| awaitable() | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| blockSignals(bool block) | QObject | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const const | QObject | |
| completed(int httpStatus, const DataType &reply, QPrivateSignal) | QtRestClient::RestReply | signal |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| DataType typedef | QtRestClient::RestReply | |
| deleteLater() | QObject | |
| destroyed(QObject *obj) | QObject | |
| disableAutoDelete() | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
| disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
| disconnect(const QObject *receiver, const char *method) const const | QObject | |
| disconnect(const QMetaObject::Connection &connection) | QObject | static |
| disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| downloadProgress(qint64 bytesReceived, qint64 bytesTotal) | QtRestClient::RestReply | signal |
| dumpObjectInfo() | QObject | |
| dumpObjectInfo() const const | QObject | |
| dumpObjectTree() | QObject | |
| dumpObjectTree() const const | QObject | |
| dynamicPropertyNames() const const | QObject | |
| error(const QString &errorString, int error, Error errorType, QPrivateSignal) | QtRestClient::RestReply | signal |
| Error enum name | QtRestClient::RestReply | |
| event(QEvent *e) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| failed(int httpStatus, const DataType &reason, QPrivateSignal) | QtRestClient::RestReply | signal |
| findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
| GenericRestReply(QNetworkReply *networkReply, RestClient *client, QObject *parent=nullptr) | QtRestClient::GenericRestReply< DataClassType, ErrorClassType > | |
| GenericRestReply(const QFuture< QNetworkReply * > &networkReplyFuture, RestClient *client, QObject *parent=nullptr) | QtRestClient::GenericRestReply< DataClassType, ErrorClassType > | |
| inherits(const char *className) const const | QObject | |
| installEventFilter(QObject *filterObj) | QObject | |
| isAsync() const | QtRestClient::RestReply | |
| isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
| isWidgetType() const const | QObject | |
| isWindowType() const const | QObject | |
| killTimer(int id) | QObject | |
| makeAsync(QThreadPool *threadPool=QThreadPool::globalInstance()) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| metaObject() const const | QObject | virtual |
| moveToThread(QThread *targetThread) | QObject | |
| networkError(QNetworkReply::NetworkError error) | QtRestClient::RestReply | signal |
| networkReply() const | QtRestClient::RestReply | |
| objectName | QObject | |
| objectName() const const | QObject | |
| objectNameChanged(const QString &objectName) | QObject | |
| onAllErrors(const std::function< void(QString, int, Error)> &handler, std::function< QString(ErrorClassType, int)> failureTransformer={}) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| onAllErrors(QObject *scope, const std::function< void(QString, int, Error)> &handler, std::function< QString(ErrorClassType, int)> failureTransformer={}) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| QtRestClient::RestReply::onAllErrors(const std::function< void(QString, int, Error)> &handler, TFn &&failureTransformer) | QtRestClient::RestReply | |
| QtRestClient::RestReply::onAllErrors(QObject *scope, const std::function< void(QString, int, Error)> &handler, TFn &&failureTransformer) | QtRestClient::RestReply | |
| onCompleted(std::function< void(int)> handler) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| onCompleted(QObject *scope, std::function< void(int)> handler) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| QtRestClient::RestReply::onCompleted(TFn &&handler) | QtRestClient::RestReply | |
| QtRestClient::RestReply::onCompleted(QObject *scope, TFn &&handler) | QtRestClient::RestReply | |
| onError(std::function< void(QString, int, Error)> handler) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| onError(QObject *scope, std::function< void(QString, int, RestReply::Error)> handler) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | virtual |
| QtRestClient::RestReply::onError(QObject *scope, std::function< void(QString, int, Error)> handler) | QtRestClient::RestReply | |
| onFailed(std::function< void(int, ErrorClassType)> handler) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| onFailed(QObject *scope, std::function< void(int, ErrorClassType)> handler) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | virtual |
| QtRestClient::RestReply::onFailed(TFn &&handler) | QtRestClient::RestReply | |
| QtRestClient::RestReply::onFailed(QObject *scope, TFn &&handler) | QtRestClient::RestReply | |
| onSerializeException(std::function< void(QtJsonSerializer::Exception &)> handler) | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| onSucceeded(std::function< void(int, DataClassType)> handler) | QtRestClient::GenericRestReply< DataClassType, ErrorClassType > | |
| onSucceeded(QObject *scope, std::function< void(int, DataClassType)> handler) | QtRestClient::GenericRestReply< DataClassType, ErrorClassType > | |
| QtRestClient::GenericRestReplyBase::onSucceeded(TFn &&handler) | QtRestClient::RestReply | |
| QtRestClient::GenericRestReplyBase::onSucceeded(QObject *scope, TFn &&handler) | QtRestClient::RestReply | |
| parent() const const | QObject | |
| property(const char *name) const const | QObject | |
| Q_CLASSINFO(Name, Value) | QObject | |
| Q_DISABLE_COPY(Class) | QObject | |
| Q_DISABLE_COPY_MOVE(Class) | QObject | |
| Q_DISABLE_MOVE(Class) | QObject | |
| Q_EMITQ_EMIT | QObject | |
| Q_ENUM(...) | QObject | |
| Q_ENUM_NS(...) | QObject | |
| Q_ENUMS(...) | QObject | |
| Q_FLAG(...) | QObject | |
| Q_FLAG_NS(...) | QObject | |
| Q_FLAGS(...) | QObject | |
| Q_GADGETQ_GADGET | QObject | |
| Q_INTERFACES(...) | QObject | |
| Q_INVOKABLEQ_INVOKABLE | QObject | |
| Q_NAMESPACEQ_NAMESPACE | QObject | |
| Q_OBJECTQ_OBJECT | QObject | |
| Q_PROPERTY(...) | QObject | |
| Q_REVISIONQ_REVISION | QObject | |
| Q_SET_OBJECT_NAME(Object) | QObject | |
| Q_SIGNALQ_SIGNAL | QObject | |
| Q_SIGNALSQ_SIGNALS | QObject | |
| Q_SLOTQ_SLOT | QObject | |
| Q_SLOTSQ_SLOTS | QObject | |
| qFindChild(const QObject *obj, const QString &name) | QObject | |
| qFindChildren(const QObject *obj, const QString &name) | QObject | |
| qFindChildren(const QObject *obj, const QRegExp ®Exp) | QObject | |
| QObject(QObject *parent) | QObject | |
| qobject_cast(QObject *object) | QObject | |
| qobject_cast(const QObject *object) | QObject | |
| QObjectList | QObject | |
| QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
| receivers(const char *signal) const const | QObject | protected |
| removeEventFilter(QObject *obj) | QObject | |
| RestReply(QNetworkReply *networkReply, QObject *parent=nullptr) | QtRestClient::RestReply | |
| RestReply(const QFuture< QNetworkReply * > &networkReplyFuture, QObject *parent=nullptr) | QtRestClient::RestReply | |
| RestReply(QNetworkReply *networkReply, QThreadPool *asyncPool, QObject *parent=nullptr) | QtRestClient::RestReply | |
| RestReply(const QFuture< QNetworkReply * > &networkReplyFuture, QThreadPool *asyncPool, QObject *parent=nullptr) | QtRestClient::RestReply | |
| retry() | QtRestClient::RestReply | slot |
| retryAfter(std::chrono::milliseconds mSecs) | QtRestClient::RestReply | slot |
| sender() const const | QObject | protected |
| senderSignalIndex() const const | QObject | protected |
| setAllowEmptyReplies(bool allowEmptyReplies) | QtRestClient::RestReply | slot |
| setAsync(bool async) | QtRestClient::RestReply | slot |
| setAutoDelete(bool autoDelete) | QtRestClient::RestReply | slot |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| signalsBlocked() const const | QObject | |
| sslErrors(const QList< QSslError > &errors, bool &ignoreErrors) | QtRestClient::RestReply | signal |
| startTimer(int interval, Qt::TimerType timerType) | QObject | |
| startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
| succeeded(int httpStatus, const DataType &reply, QPrivateSignal) | QtRestClient::RestReply | signal |
| thread() const const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| TInstance typedef | QtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| uploadProgress(qint64 bytesSent, qint64 bytesTotal) | QtRestClient::RestReply | signal |
| ~QObject() | QObject | virtual |
| ~RestReply() override (defined in QtRestClient::RestReply) | QtRestClient::RestReply |
1.8.16