marble
#include <HttpJob.h>
Definition at line 33 of file HttpJob.h.
HttpJob::HttpJob |
( |
const QUrl & |
sourceUrl, |
|
|
const QString & |
destFileName, |
|
|
const QString & |
id, |
|
|
QNetworkAccessManager * |
networkAccessManager |
|
) |
| |
void Marble::HttpJob::dataReceived |
( |
HttpJob * |
job, |
|
|
QByteArray |
data |
|
) |
| |
|
signal |
This signal is emitted if the data was successfully received and the argument data contains completely the downloaded content.
QString HttpJob::destinationFileName |
( |
| ) |
const |
void HttpJob::execute |
( |
| ) |
|
|
slot |
QString HttpJob::initiatorId |
( |
| ) |
const |
void Marble::HttpJob::jobDone |
( |
HttpJob * |
, |
|
|
int |
errorCode |
|
) |
| |
|
signal |
errorCode contains 0, if there was no error and 1 otherwise
void Marble::HttpJob::redirected |
( |
HttpJob * |
job, |
|
|
QUrl |
redirectionTarget |
|
) |
| |
|
signal |
void HttpJob::setDestinationFileName |
( |
const QString & |
fileName | ) |
|
void HttpJob::setInitiatorId |
( |
const QString & |
id | ) |
|
void HttpJob::setSourceUrl |
( |
const QUrl & |
url | ) |
|
void HttpJob::setUserAgentPluginId |
( |
const QString & |
pluginId | ) |
const |
QUrl HttpJob::sourceUrl |
( |
| ) |
const |
bool HttpJob::tryAgain |
( |
| ) |
|
QByteArray HttpJob::userAgent |
( |
| ) |
const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.