![]() |
KVIrc 5.2.0
Developer APIs
|
#include "KvsObject_http.h"
#include "kvi_debug.h"
#include "KviError.h"
#include "KviLocale.h"
#include <qhttp.h>
#include <QUrl>
#include <QSslError>
Functions | |
getDict | clear () |
connect (m_pHttp, SIGNAL(dataReadProgress(int, int)), this, SLOT(slotDataReadProgress(int, int))) | |
connect (m_pHttp, SIGNAL(dataSendProgress(int, int)), this, SLOT(slotDataSendProgress(int, int))) | |
connect (m_pHttp, SIGNAL(done(bool)), this, SLOT(slotDone(bool))) | |
connect (m_pHttp, SIGNAL(readyRead(const QHttpResponseHeader &)), this, SLOT(slotReadyRead(const QHttpResponseHeader &))) | |
connect (m_pHttp, SIGNAL(requestFinished(int, bool)), this, SLOT(slotRequestFinished(int, bool))) | |
connect (m_pHttp, SIGNAL(requestStarted(int)), this, SLOT(slotRequestStarted(int))) | |
connect (m_pHttp, SIGNAL(responseHeaderReceived(const QHttpResponseHeader &)), this, SLOT(slotResponseHeaderReceived(const QHttpResponseHeader &))) | |
connect (m_pHttp, SIGNAL(sslErrors(const QList< QSslError > &)), this, SLOT(slotSslErrors(const QList< QSslError > &))) | |
connect (m_pHttp, SIGNAL(stateChanged(int)), this, SLOT(slotStateChanged(int))) | |
QHashIterator< int, QFile * > | t (getDict) |
while (t.hasNext()) | |
Variables | |
m_bAbort = false | |
m_bEnableForceRedirect = false | |
m_pHttp = new QHttp() | |
const char *const | ssl_errors_tbl [] |
getDict clear | ( | ) |
connect | ( | m_pHttp | , |
SIGNAL(dataReadProgress(int, int)) | , | ||
this | , | ||
SLOT(slotDataReadProgress(int, int)) | |||
) |
connect | ( | m_pHttp | , |
SIGNAL(dataSendProgress(int, int)) | , | ||
this | , | ||
SLOT(slotDataSendProgress(int, int)) | |||
) |
connect | ( | m_pHttp | , |
SIGNAL(done(bool)) | , | ||
this | , | ||
SLOT(slotDone(bool)) | |||
) |
connect | ( | m_pHttp | , |
SIGNAL(readyRead(const QHttpResponseHeader &)) | , | ||
this | , | ||
SLOT(slotReadyRead(const QHttpResponseHeader &)) | |||
) |
connect | ( | m_pHttp | , |
SIGNAL(requestFinished(int, bool)) | , | ||
this | , | ||
SLOT(slotRequestFinished(int, bool)) | |||
) |
connect | ( | m_pHttp | , |
SIGNAL(requestStarted(int)) | , | ||
this | , | ||
SLOT(slotRequestStarted(int)) | |||
) |
connect | ( | m_pHttp | , |
SIGNAL(responseHeaderReceived(const QHttpResponseHeader &)) | , | ||
this | , | ||
SLOT(slotResponseHeaderReceived(const QHttpResponseHeader &)) | |||
) |
connect | ( | m_pHttp | , |
SIGNAL(sslErrors(const QList< QSslError > &)) | , | ||
this | , | ||
SLOT(slotSslErrors(const QList< QSslError > &)) | |||
) |
connect | ( | m_pHttp | , |
SIGNAL(stateChanged(int)) | , | ||
this | , | ||
SLOT(slotStateChanged(int)) | |||
) |
QHashIterator< int, QFile * > t | ( | getDict | ) |
while | ( | t. | hasNext() | ) |
References t.
m_bAbort = false |
m_bEnableForceRedirect = false |
delete m_pHttp = new QHttp() |
Referenced by KvsObject_http::functionSetHost().
const char* const ssl_errors_tbl[] |
Referenced by KvsObject_http::slotSslErrors().