mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 12:39:49 -06:00
Add a time-remaining counter to Launcher
This commit is contained in:
@@ -45,12 +45,14 @@ public:
|
||||
FileFuture(std::string file);
|
||||
|
||||
// Values that are written by the DownloadManager to be consumed by others
|
||||
long long currentSize;
|
||||
long long totalSize;
|
||||
float progress; // [0,1]
|
||||
float secondsRemaining;
|
||||
bool isFinished;
|
||||
bool isAborted;
|
||||
std::string filePath;
|
||||
std::string errorMessage;
|
||||
bool isAborted;
|
||||
|
||||
// Values set by others to be consumed by the DownloadManager
|
||||
bool abortDownload;
|
||||
|
||||
Reference in New Issue
Block a user