#include <qnetworkreplyproto.h>
Public Member Functions | |
| QNetworkReplyProto (QObject *parent) | |
| Q_INVOKABLE void | abort () const |
| Q_INVOKABLE QVariant | attribute (const QNetworkRequest::Attribute &code) const |
| Q_INVOKABLE qint64 | bytesAvailable () const |
| Q_INVOKABLE qint64 | bytesToWrite () const |
| Q_INVOKABLE bool | canReadLine () const |
| Q_INVOKABLE void | close () |
| Q_INVOKABLE int | error () const |
| Q_INVOKABLE QString | errorString () 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 bool | isOpen () const |
| Q_INVOKABLE bool | isReadable () const |
| Q_INVOKABLE bool | isSequential () const |
| Q_INVOKABLE bool | isTextModeEnabled () const |
| Q_INVOKABLE bool | isWritable () const |
| Q_INVOKABLE QNetworkAccessManager * | manager () const |
| Q_INVOKABLE bool | open (int mode) |
| Q_INVOKABLE int | openMode () const |
| Q_INVOKABLE QNetworkAccessManager::Operation | operation () const |
| Q_INVOKABLE QByteArray | peek (qint64 maxSize) |
| Q_INVOKABLE qint64 | peek (char *data, qint64 maxSize) |
| Q_INVOKABLE qint64 | pos () const |
| Q_INVOKABLE bool | putChar (char c) |
| Q_INVOKABLE QByteArray | rawHeader (const QByteArray &headerName) const |
| Q_INVOKABLE QList< QByteArray > | rawHeaderList () const |
| Q_INVOKABLE QByteArray | read (qint64 maxSize) |
| Q_INVOKABLE qint64 | read (char *data, qint64 maxSize) |
| Q_INVOKABLE QByteArray | readAll () |
| Q_INVOKABLE qint64 | readBufferSize () const |
| Q_INVOKABLE QByteArray | readLine (qint64 maxSize=0) |
| Q_INVOKABLE qint64 | readLine (char *data, qint64 maxSize) |
| Q_INVOKABLE QNetworkRequest | request () const |
| Q_INVOKABLE bool | reset () |
| Q_INVOKABLE bool | seek (qint64 pos) |
| Q_INVOKABLE void | setReadBufferSize (qint64 size) |
| Q_INVOKABLE void | setSslConfiguration (const QSslConfiguration &config) |
| Q_INVOKABLE void | setTextModeEnabled (bool enabled) |
| Q_INVOKABLE qint64 | size () const |
| Q_INVOKABLE QSslConfiguration | sslConfiguration () 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 QString &string) |
| Q_INVOKABLE qint64 | write (const QByteArray &byteArray) |
| Q_INVOKABLE qint64 | write (const char *data, qint64 maxSize) |
| QNetworkReplyProto::QNetworkReplyProto | ( | QObject * | parent | ) |
| void QNetworkReplyProto::abort | ( | ) | const |
| QVariant QNetworkReplyProto::attribute | ( | const QNetworkRequest::Attribute & | code | ) | const |
| qint64 QNetworkReplyProto::bytesAvailable | ( | ) | const |
| qint64 QNetworkReplyProto::bytesToWrite | ( | ) | const |
| bool QNetworkReplyProto::canReadLine | ( | ) | const |
| void QNetworkReplyProto::close | ( | ) |
| int 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 |
| bool QNetworkReplyProto::isOpen | ( | ) | const |
| bool QNetworkReplyProto::isReadable | ( | ) | 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 |
| QByteArray QNetworkReplyProto::peek | ( | qint64 | maxSize | ) |
| qint64 QNetworkReplyProto::peek | ( | char * | data, | |
| qint64 | maxSize | |||
| ) |
| qint64 QNetworkReplyProto::pos | ( | ) | const |
| bool QNetworkReplyProto::putChar | ( | char | c | ) |
| QByteArray QNetworkReplyProto::rawHeader | ( | const QByteArray & | headerName | ) | const |
| QList< QByteArray > QNetworkReplyProto::rawHeaderList | ( | ) | const |
| QByteArray QNetworkReplyProto::read | ( | qint64 | maxSize | ) |
| qint64 QNetworkReplyProto::read | ( | char * | data, | |
| qint64 | maxSize | |||
| ) |
| QByteArray QNetworkReplyProto::readAll | ( | ) |
| qint64 QNetworkReplyProto::readBufferSize | ( | ) | const |
| QByteArray QNetworkReplyProto::readLine | ( | qint64 | maxSize = 0 |
) |
| qint64 QNetworkReplyProto::readLine | ( | char * | data, | |
| qint64 | maxSize | |||
| ) |
| 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 QString & | string | ) |
| qint64 QNetworkReplyProto::write | ( | const QByteArray & | byteArray | ) |
| qint64 QNetworkReplyProto::write | ( | const char * | data, | |
| qint64 | maxSize | |||
| ) |
| Generated on Mon Nov 30 09:58:00 2009 | xTuple ERP Programmer Reference, Version 3.4.0RC |
1.6.1
|