Struct QFieldCloudProject::FileTransfer
ClassList > QFieldCloudProject > FileTransfer
Public Attributes
| Type | Name |
|---|---|
| qint64 | bytesTotal = 0 |
| qint64 | bytesTransferred = 0 |
| QNetworkReply::NetworkError | error = QNetworkReply::NoError |
| QString | etag |
| QString | fileName |
| bool | isFinished = false |
| QUrl | lastRedirectUrl |
| QPointer< NetworkReply > | networkReply |
| QString | partialFilePath |
| QString | projectId |
| int | redirectsCount = 0 |
| bool | resumableDownload = true |
| int | retryCount = 0 |
| QString | tmpFile |
Public Functions
| Type | Name |
|---|---|
| FileTransfer (const QString & fileName, const qint64 bytesTotal, const QString & projectId, const QString & etag) |
|
| FileTransfer () = default |
Public Attributes Documentation
variable bytesTotal
qint64 QFieldCloudProject::FileTransfer::bytesTotal;
variable bytesTransferred
qint64 QFieldCloudProject::FileTransfer::bytesTransferred;
variable error
QNetworkReply::NetworkError QFieldCloudProject::FileTransfer::error;
variable etag
QString QFieldCloudProject::FileTransfer::etag;
variable fileName
QString QFieldCloudProject::FileTransfer::fileName;
variable isFinished
bool QFieldCloudProject::FileTransfer::isFinished;
variable lastRedirectUrl
QUrl QFieldCloudProject::FileTransfer::lastRedirectUrl;
variable networkReply
QPointer<NetworkReply> QFieldCloudProject::FileTransfer::networkReply;
variable partialFilePath
QString QFieldCloudProject::FileTransfer::partialFilePath;
variable projectId
QString QFieldCloudProject::FileTransfer::projectId;
variable redirectsCount
int QFieldCloudProject::FileTransfer::redirectsCount;
variable resumableDownload
bool QFieldCloudProject::FileTransfer::resumableDownload;
variable retryCount
int QFieldCloudProject::FileTransfer::retryCount;
variable tmpFile
QString QFieldCloudProject::FileTransfer::tmpFile;
Public Functions Documentation
function FileTransfer [1/2]
inline QFieldCloudProject::FileTransfer::FileTransfer (
const QString & fileName,
const qint64 bytesTotal,
const QString & projectId,
const QString & etag
)
function FileTransfer [2/2]
QFieldCloudProject::FileTransfer::FileTransfer () = default
The documentation for this class was generated from the following file src/core/qfieldcloud/qfieldcloudproject.h