This is the complete list of members for QgsHttpTransaction, including all inherited members.
abort() | QgsHttpTransaction | slot |
applyProxySettings(QHttp &http, const QString &url) | QgsHttpTransaction | static |
dataFinished(int id, bool error) | QgsHttpTransaction | slot |
dataHeaderReceived(const QHttpResponseHeader &resp) | QgsHttpTransaction | slot |
dataProgress(int done, int total) | QgsHttpTransaction | slot |
dataReadProgress(int theProgress) | QgsHttpTransaction | signal |
dataReceived(const QHttpResponseHeader &resp) | QgsHttpTransaction | slot |
dataStarted(int id) | QgsHttpTransaction | slot |
dataStateChanged(int state) | QgsHttpTransaction | slot |
errorString() | QgsHttpTransaction | |
getAsynchronously() | QgsHttpTransaction | |
getSynchronously(QByteArray &respondedContent, int redirections=0, const QByteArray *postData=0) | QgsHttpTransaction | |
http | QgsHttpTransaction | private |
httpactive | QgsHttpTransaction | private |
httphost | QgsHttpTransaction | private |
httpid | QgsHttpTransaction | private |
httpredirections | QgsHttpTransaction | private |
httpredirecturl | QgsHttpTransaction | private |
httpresponse | QgsHttpTransaction | private |
httpresponsecontenttype | QgsHttpTransaction | private |
httpurl | QgsHttpTransaction | private |
mError | QgsHttpTransaction | private |
mNetworkTimeoutMsec | QgsHttpTransaction | private |
mPassword | QgsHttpTransaction | private |
mUserName | QgsHttpTransaction | private |
mWatchdogTimer | QgsHttpTransaction | private |
networkTimedOut() | QgsHttpTransaction | slot |
networkTimeout() const | QgsHttpTransaction | inline |
QgsHttpTransaction(QString uri, QString proxyHost=QString(), int proxyPort=80, QString proxyUser=QString(), QString proxyPass=QString(), QNetworkProxy::ProxyType proxyType=QNetworkProxy::NoProxy, QString userName=QString(), QString password=QString()) | QgsHttpTransaction | |
QgsHttpTransaction() | QgsHttpTransaction | private |
responseContentType() | QgsHttpTransaction | |
setCredentials(const QString &username, const QString &password) | QgsHttpTransaction | |
setNetworkTimeout(int msec) | QgsHttpTransaction | inline |
setProgress(int done, int total) | QgsHttpTransaction | signal |
statusChanged(QString theStatusQString) | QgsHttpTransaction | signal |
totalSteps(int theTotalSteps) | QgsHttpTransaction | signal |
transactionFinished(bool error) | QgsHttpTransaction | slot |
~QgsHttpTransaction() | QgsHttpTransaction | virtual |