![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QHttp2Stream, including all inherited members.
| bindableObjectName() | QObject | |
| bindingStorage() | QObject | inline |
| bindingStorage() const | QObject | inline |
| blockSignals(bool b) noexcept | QObject | |
| bytesWritten(qint64 bytesWritten) | QHttp2Stream | signal |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | inline |
| clearDownloadBuffer() | QHttp2Stream | inline |
| configuration() const | QHttp2Stream | inline |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) | QObject | inlinestatic |
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) | QObject | inlinestatic |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| d_ptr | QObject | protected |
| dataReceived(const QByteArray &data, bool endStream) | QHttp2Stream | signal |
| DefaultPriority | QHttp2Stream | static |
| deleteLater() | QObject | slot |
| destroyed(QObject *=nullptr) | QObject | signal |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
| disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const | QObject | inline |
| disconnect(const QObject *receiver, const char *member=nullptr) const | QObject | inline |
| disconnect(const QMetaObject::Connection &) | QObject | static |
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) | QObject | inlinestatic |
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) | QObject | inlinestatic |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| downloadBuffer() const noexcept | QHttp2Stream | inline |
| dumpObjectInfo() const | QObject | |
| dumpObjectTree() const | QObject | |
| dynamicPropertyNames() const | QObject | |
| errorOccurred(Http2::Http2Error errorCode, const QString &errorString) | QHttp2Stream | signal |
| event(QEvent *event) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| findChild(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChild(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChildren(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| headersReceived(const HPack::HttpHeader &headers, bool endStream) | QHttp2Stream | signal |
| headersUpdated() | QHttp2Stream | signal |
| inherits(const char *classname) const | QObject | inline |
| installEventFilter(QObject *filterObj) | QObject | |
| isActive() const noexcept | QHttp2Stream | inline |
| isPromisedStream() const noexcept | QHttp2Stream | inline |
| isQmlExposed() const noexcept | QObject | |
| isQuickItemType() const | QObject | inline |
| isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
| isUploadBlocked() const noexcept | QHttp2Stream | |
| isUploadingDATA() const noexcept | QHttp2Stream | inline |
| isWidgetType() const | QObject | inline |
| isWindowType() const | QObject | inline |
| killTimer(int id) | QObject | |
| killTimer(Qt::TimerId id) | QObject | |
| moveToThread(QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL) | QObject | |
| objectName | QObject | |
| objectName() const | QObject | |
| objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal |
| parent() const | QObject | inline |
| promisedStreamReceived(quint32 newStreamID) | QHttp2Stream | signal |
| property(const char *name) const | QObject | |
| qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| QHttp2Connection class | QHttp2Stream | friend |
| QObject(QObject *parent=nullptr) | QObject | explicit |
| QObject(QObjectPrivate &dd, QObject *parent=nullptr) | QObject | protected |
| qobject_cast(const QObject *object) | QObject | related |
| QObjectList | QObject | related |
| receivedHeaders() const noexcept | QHttp2Stream | inline |
| receivers(const char *signal) const | QObject | protected |
| removeEventFilter(QObject *obj) | QObject | |
| RST_STREAMCodeReceived() const noexcept | QHttp2Stream | inline |
| RST_STREAMCodeSent() const noexcept | QHttp2Stream | inline |
| rstFrameReceived(quint32 errorCode) | QHttp2Stream | signal |
| sendDATA(const QByteArray &payload, bool endStream) | QHttp2Stream | slot |
| sendDATA(QIODevice *device, bool endStream) | QHttp2Stream | slot |
| sendDATA(QNonContiguousByteDevice *device, bool endStream) | QHttp2Stream | slot |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| sendHEADERS(const HPack::HttpHeader &headers, bool endStream, quint8 priority=DefaultPriority) | QHttp2Stream | slot |
| sendRST_STREAM(Http2::Http2Error errorCode) | QHttp2Stream | slot |
| sendWINDOW_UPDATE(quint32 delta) | QHttp2Stream | slot |
| setObjectName(const QString &name) | QObject | inline |
| setObjectName(QAnyStringView name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setProperty(const char *name, QVariant &&value) | QObject | inline |
| signalsBlocked() const noexcept | QObject | inline |
| startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| startTimer(std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| State enum name | QHttp2Stream | |
| state() const noexcept | QHttp2Stream | inline |
| stateChanged(QHttp2Stream::State newState) | QHttp2Stream | signal |
| streamID() const noexcept | QHttp2Stream | inline |
| takeDownloadBuffer() noexcept | QHttp2Stream | inline |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| uploadBlocked() | QHttp2Stream | signal |
| uploadDeviceError(const QString &errorString) | QHttp2Stream | signal |
| uploadFinished() | QHttp2Stream | signal |
| wasReset() const noexcept | QHttp2Stream | inline |
| wasResetbyPeer() const noexcept | QHttp2Stream | inline |
| ~QHttp2Stream() noexcept | QHttp2Stream | |
| ~QObject() | QObject | virtual |