CopperSpice API
1.9.2
|
This is the complete list of members for QNetworkReply, including all inherited members.
NetworkError enum name | QNetworkReply | |
OpenMode typedef | QIODevice | |
OpenModeFlag enum name | QIODevice | |
QIODevice() | QIODevice | |
QIODevice(QObject *parent) | QIODevice | explicit |
QNetworkReply(QObject *parent=nullptr) | QNetworkReply | explicitprotected |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObjectList | QObject | related |
RawHeaderPair typedef | QNetworkReply | |
abort() | QNetworkReply | slot |
aboutToClose() | QIODevice | signal |
atEnd() const | QIODevice | virtual |
attribute(QNetworkRequest::Attribute code) const | QNetworkReply | |
blockSignals(bool block) | QObject | |
bytesAvailable() const | QIODevice | virtual |
bytesToWrite() const | QIODevice | virtual |
bytesWritten(qint64 bytes) | QIODevice | signal |
canReadLine() const | QIODevice | virtual |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
close() override | QNetworkReply | overridevirtual |
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
connect(const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ()) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | slot |
destroyed(QObject *obj=nullptr) | QObject | signal |
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod) | QObject | static |
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...)) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod) | QObject | static |
disconnectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
downloadProgress(qint64 bytesReceived, qint64 bytesTotal) | QNetworkReply | signal |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
encrypted() | QNetworkReply | signal |
error() const | QNetworkReply | |
error(QNetworkReply::NetworkError code) | QNetworkReply | signal |
errorString() const | QIODevice | |
event(QEvent *event) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
findChild(const QString &childName=QString ()) const | QObject | |
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
findChildren(const QRegularExpression ®Exp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
finished() | QNetworkReply | signal |
getChar(char *c) | QIODevice | |
hasRawHeader(const QByteArray &headerName) const | QNetworkReply | |
header(QNetworkRequest::KnownHeaders header) const | QNetworkReply | |
ignoreSslErrors(const QList< QSslError > &errors) | QNetworkReply | |
ignoreSslErrors() | QNetworkReply | slot |
ignoreSslErrorsImplementation(const QList< QSslError > &errors) | QNetworkReply | protectedvirtual |
inherits(const QString &className) const | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
isFinished() const | QNetworkReply | |
isOpen() const | QIODevice | |
isReadable() const | QIODevice | |
isRunning() const | QNetworkReply | |
isSequential() const override | QNetworkReply | overridevirtual |
isSignalConnected(const QMetaMethod &signalMethod) const | QObject | protected |
isTextModeEnabled() const | QIODevice | |
isWidgetType() const | QObject | |
isWindowType() const | QObject | |
isWritable() const | QIODevice | |
killTimer(int id) | QObject | |
manager() const | QNetworkReply | |
metaDataChanged() | QNetworkReply | signal |
metaObject() const | QObject | |
moveToThread(QThread *targetThread) | QObject | |
objectName | QObject | write |
objectName() const | QObject | |
objectNameChanged(const QString &objectName) | QObject | signal |
open(OpenMode mode) | QIODevice | virtual |
openMode() const | QIODevice | |
operation() const | QNetworkReply | |
parent() const | QObject | |
peek(char *data, qint64 maxSize) | QIODevice | |
peek(qint64 maxSize) | QIODevice | |
pos() const | QIODevice | virtual |
preSharedKeyAuthenticationRequired(QSslPreSharedKeyAuthenticator *authenticator) | QNetworkReply | signal |
property(const QString &name) const | QObject | |
putChar(char c) | QIODevice | |
qobject_cast(QObject *object) | QObject | related |
rawHeader(const QByteArray &headerName) const | QNetworkReply | |
rawHeaderList() const | QNetworkReply | |
rawHeaderPairs() const | QNetworkReply | |
read(char *data, qint64 maxSize) | QIODevice | |
read(qint64 maxSize) | QIODevice | |
readAll() | QIODevice | |
readBufferSize() const | QNetworkReply | |
readChannelFinished() | QIODevice | signal |
readData(char *data, qint64 maxSize) = 0 | QIODevice | protectedpure virtual |
readLine(char *data, qint64 maxSize) | QIODevice | |
readLine(qint64 maxSize=0) | QIODevice | |
readLineData(char *data, qint64 maxSize) | QIODevice | protectedvirtual |
readyRead() | QIODevice | signal |
receivers(const QString &signal) const | QObject | protected |
redirected(const QUrl &url) | QNetworkReply | signal |
removeEventFilter(QObject *obj) | QObject | |
request() const | QNetworkReply | |
reset() | QIODevice | virtual |
seek(qint64 pos) | QIODevice | virtual |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setAttribute(QNetworkRequest::Attribute code, const QVariant &value) | QNetworkReply | protected |
setError(NetworkError errorCode, const QString &errorString) | QNetworkReply | protected |
setErrorString(const QString &errorString) | QIODevice | protected |
setFinished(bool finished) | QNetworkReply | protected |
setHeader(QNetworkRequest::KnownHeaders header, const QVariant &value) | QNetworkReply | protected |
setObjectName(const QString &name) | QObject | |
setOpenMode(OpenMode openMode) | QIODevice | protected |
setOperation(QNetworkAccessManager::Operation operation) | QNetworkReply | protected |
setParent(QObject *parent) | QObject | |
setProperty(const QString &name, const QVariant &value) | QObject | |
setRawHeader(const QByteArray &headerName, const QByteArray &value) | QNetworkReply | protected |
setReadBufferSize(qint64 size) | QNetworkReply | virtual |
setRequest(const QNetworkRequest &request) | QNetworkReply | protected |
setSslConfiguration(const QSslConfiguration &configuration) | QNetworkReply | |
setSslConfigurationImplementation(const QSslConfiguration &configuration) | QNetworkReply | protectedvirtual |
setTextModeEnabled(bool enabled) | QIODevice | |
setUrl(const QUrl &url) | QNetworkReply | protected |
signalsBlocked() const | QObject | |
size() const | QIODevice | virtual |
sslConfiguration() const | QNetworkReply | |
sslConfigurationImplementation(QSslConfiguration &configuration) const | QNetworkReply | protectedvirtual |
sslErrors(const QList< QSslError > &errors) | QNetworkReply | signal |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
staticMetaObject() | QObject | static |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) | QObject | static |
ungetChar(char c) | QIODevice | |
uploadProgress(qint64 bytesSent, qint64 bytesTotal) | QNetworkReply | signal |
url() const | QNetworkReply | |
waitForBytesWritten(int msecs) | QIODevice | virtual |
waitForReadyRead(int msecs) | QIODevice | virtual |
write(const char *data, qint64 maxSize) | QIODevice | |
write(const char *data) | QIODevice | |
write(const QByteArray &data) | QIODevice | inline |
writeData(const char *data, qint64 len) override | QNetworkReply | overrideprotectedvirtual |
~QIODevice() | QIODevice | virtual |
~QNetworkReply() | QNetworkReply | |
~QObject() | QObject |