Struct QfCloudProject::FileTransfer
ClassList > QfCloudProject > 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< QfNetworkReply > | 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 QfCloudProject::FileTransfer::bytesTotal;
variable bytesTransferred
qint64 QfCloudProject::FileTransfer::bytesTransferred;
variable error
QNetworkReply::NetworkError QfCloudProject::FileTransfer::error;
variable etag
QString QfCloudProject::FileTransfer::etag;
variable fileName
QString QfCloudProject::FileTransfer::fileName;
variable isFinished
bool QfCloudProject::FileTransfer::isFinished;
variable lastRedirectUrl
QUrl QfCloudProject::FileTransfer::lastRedirectUrl;
variable networkReply
QPointer<QfNetworkReply> QfCloudProject::FileTransfer::networkReply;
variable partialFilePath
QString QfCloudProject::FileTransfer::partialFilePath;
variable projectId
QString QfCloudProject::FileTransfer::projectId;
variable redirectsCount
int QfCloudProject::FileTransfer::redirectsCount;
variable resumableDownload
bool QfCloudProject::FileTransfer::resumableDownload;
variable retryCount
int QfCloudProject::FileTransfer::retryCount;
variable tmpFile
QString QfCloudProject::FileTransfer::tmpFile;
Public Functions Documentation
function FileTransfer [1/2]
inline QfCloudProject::FileTransfer::FileTransfer (
const QString & fileName,
const qint64 bytesTotal,
const QString & projectId,
const QString & etag
)
function FileTransfer [2/2]
QfCloudProject::FileTransfer::FileTransfer () = default
The documentation for this class was generated from the following file src/core/qfieldcloud/qfcloudproject.h