#include <qnetworkreplyproto.h>
Properties | |
objectName | |
Public Slots | |
Q_INVOKABLE void | abort () const |
Q_INVOKABLE void | ignoreSslErrors () |
Signals | |
void | aboutToClose () |
void | bytesWritten (qint64 bytes) |
void | readChannelFinished () |
void | readyRead () |
Public Member Functions | |
QNetworkReplyProto (QObject *parent) | |
~QNetworkReplyProto () | |
Q_INVOKABLE QVariant | attribute (const QNetworkRequest::Attribute &code) const |
bool | blockSignals (bool block) |
Q_INVOKABLE qint64 | bytesAvailable () const |
Q_INVOKABLE qint64 | bytesToWrite () const |
Q_INVOKABLE bool | canReadLine () const |
const QObjectList & | children () const |
Q_INVOKABLE void | close () |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
bool | disconnect (const QObject *receiver, const char *method) const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
Q_INVOKABLE QNetworkReply::NetworkError | error () const |
Q_INVOKABLE QString | errorString () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
Q_INVOKABLE bool | getChar (char *c) |
Q_INVOKABLE bool | hasRawHeader (const QByteArray &headerName) const |
Q_INVOKABLE QVariant | header (QNetworkRequest::KnownHeaders header) const |
Q_INVOKABLE void | ignoreSslErrors (const QList< QSslError > &errors) |
bool | inherits (const char *className) const |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isFinished () const |
Q_INVOKABLE bool | isOpen () const |
Q_INVOKABLE bool | isReadable () const |
Q_INVOKABLE bool | isRunning () const |
Q_INVOKABLE bool | isSequential () const |
Q_INVOKABLE bool | isTextModeEnabled () const |
bool | isWidgetType () const |
bool | isWindowType () const |
Q_INVOKABLE bool | isWritable () const |
void | killTimer (int id) |
Q_INVOKABLE QNetworkAccessManager * | manager () const |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
Q_INVOKABLE bool | open (int mode) |
Q_INVOKABLE int | openMode () const |
Q_INVOKABLE QNetworkAccessManager::Operation | operation () const |
QObject * | parent () const |
Q_INVOKABLE qint64 | peek (char *data, qint64 maxSize) |
Q_INVOKABLE QByteArray | peek (qint64 maxSize) |
Q_INVOKABLE qint64 | pos () const |
QVariant | property (const char *name) const |
Q_INVOKABLE bool | putChar (char c) |
Q_INVOKABLE QByteArray | rawHeader (const QByteArray &headerName) const |
Q_INVOKABLE QList< QByteArray > | rawHeaderList () const |
Q_INVOKABLE qint64 | read (char *data, qint64 maxSize) |
Q_INVOKABLE QByteArray | read (qint64 maxSize) |
Q_INVOKABLE QByteArray | readAll () |
Q_INVOKABLE qint64 | readBufferSize () const |
Q_INVOKABLE qint64 | readLine (char *data, qint64 maxSize) |
Q_INVOKABLE QByteArray | readLine (qint64 maxSize=0) |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE QNetworkRequest | request () const |
Q_INVOKABLE bool | reset () |
Q_INVOKABLE bool | seek (qint64 pos) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE void | setReadBufferSize (qint64 size) |
Q_INVOKABLE void | setSslConfiguration (const QSslConfiguration &config) |
Q_INVOKABLE void | setTextModeEnabled (bool enabled) |
bool | signalsBlocked () const |
Q_INVOKABLE qint64 | size () const |
Q_INVOKABLE QSslConfiguration | sslConfiguration () const |
int | startTimer (int interval, Qt::TimerType timerType) |
QThread * | thread () const |
Q_INVOKABLE QString | toString () const |
Q_INVOKABLE void | ungetChar (char c) |
Q_INVOKABLE QUrl | url () const |
Q_INVOKABLE bool | waitForBytesWritten (int msecs) |
Q_INVOKABLE bool | waitForReadyRead (int msecs) |
Q_INVOKABLE qint64 | write (const char *data, qint64 maxSize) |
Q_INVOKABLE qint64 | write (const QByteArray &byteArray) |
Q_INVOKABLE qint64 | write (const QString &string) |
Static Public Member Functions | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
QNetworkReplyProto::QNetworkReplyProto | ( | QObject * | parent | ) |
QNetworkReplyProto::~QNetworkReplyProto | ( | ) |
|
slot |
|
signal |
QVariant QNetworkReplyProto::attribute | ( | const QNetworkRequest::Attribute & | code | ) | const |
qint64 QNetworkReplyProto::bytesAvailable | ( | ) | const |
qint64 QNetworkReplyProto::bytesToWrite | ( | ) | const |
|
signal |
bool QNetworkReplyProto::canReadLine | ( | ) | const |
void QNetworkReplyProto::close | ( | ) |
QNetworkReply::NetworkError QNetworkReplyProto::error | ( | ) | const |
QString QNetworkReplyProto::errorString | ( | ) | const |
bool QNetworkReplyProto::getChar | ( | char * | c | ) |
bool QNetworkReplyProto::hasRawHeader | ( | const QByteArray & | headerName | ) | const |
QVariant QNetworkReplyProto::header | ( | QNetworkRequest::KnownHeaders | header | ) | const |
|
slot |
bool QNetworkReplyProto::isFinished | ( | ) | const |
bool QNetworkReplyProto::isOpen | ( | ) | const |
bool QNetworkReplyProto::isReadable | ( | ) | const |
bool QNetworkReplyProto::isRunning | ( | ) | const |
bool QNetworkReplyProto::isSequential | ( | ) | const |
bool QNetworkReplyProto::isTextModeEnabled | ( | ) | const |
bool QNetworkReplyProto::isWritable | ( | ) | const |
QNetworkAccessManager * QNetworkReplyProto::manager | ( | ) | const |
bool QNetworkReplyProto::open | ( | int | mode | ) |
int QNetworkReplyProto::openMode | ( | ) | const |
QNetworkAccessManager::Operation QNetworkReplyProto::operation | ( | ) | const |
qint64 QNetworkReplyProto::peek | ( | char * | data, |
qint64 | maxSize | ||
) |
QByteArray QNetworkReplyProto::peek | ( | qint64 | maxSize | ) |
qint64 QNetworkReplyProto::pos | ( | ) | const |
bool QNetworkReplyProto::putChar | ( | char | c | ) |
QByteArray QNetworkReplyProto::rawHeader | ( | const QByteArray & | headerName | ) | const |
QList< QByteArray > QNetworkReplyProto::rawHeaderList | ( | ) | const |
qint64 QNetworkReplyProto::read | ( | char * | data, |
qint64 | maxSize | ||
) |
QByteArray QNetworkReplyProto::read | ( | qint64 | maxSize | ) |
QByteArray QNetworkReplyProto::readAll | ( | ) |
qint64 QNetworkReplyProto::readBufferSize | ( | ) | const |
|
signal |
qint64 QNetworkReplyProto::readLine | ( | char * | data, |
qint64 | maxSize | ||
) |
QByteArray QNetworkReplyProto::readLine | ( | qint64 | maxSize = 0 | ) |
|
signal |
QNetworkRequest QNetworkReplyProto::request | ( | ) | const |
bool QNetworkReplyProto::reset | ( | ) |
bool QNetworkReplyProto::seek | ( | qint64 | pos | ) |
void QNetworkReplyProto::setReadBufferSize | ( | qint64 | size | ) |
void QNetworkReplyProto::setSslConfiguration | ( | const QSslConfiguration & | config | ) |
void QNetworkReplyProto::setTextModeEnabled | ( | bool | enabled | ) |
qint64 QNetworkReplyProto::size | ( | ) | const |
QSslConfiguration QNetworkReplyProto::sslConfiguration | ( | ) | const |
QString QNetworkReplyProto::toString | ( | ) | const |
void QNetworkReplyProto::ungetChar | ( | char | c | ) |
QUrl QNetworkReplyProto::url | ( | ) | const |
bool QNetworkReplyProto::waitForBytesWritten | ( | int | msecs | ) |
bool QNetworkReplyProto::waitForReadyRead | ( | int | msecs | ) |
qint64 QNetworkReplyProto::write | ( | const char * | data, |
qint64 | maxSize | ||
) |
qint64 QNetworkReplyProto::write | ( | const QByteArray & | byteArray | ) |
qint64 QNetworkReplyProto::write | ( | const QString & | string | ) |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |