18 #ifndef CUPT_DOWNLOAD_PROGRESSES_CONSOLE_SEEN
19 #define CUPT_DOWNLOAD_PROGRESSES_CONSOLE_SEEN
29 class ConsoleProgressImpl;
38 internal::ConsoleProgressImpl* __impl;
40 virtual void newDownloadHook(
const string& uri,
const DownloadRecord&);
41 virtual void finishedDownloadHook(
const string& uri,
const string& result);
42 virtual void updateHook(
bool immediate);
43 virtual void finishHook();
download element
Definition: progress.hpp:43
download progress meter
Definition: progress.hpp:38
Definition: binarypackage.hpp:26
console-based download progress meter
Definition: console.hpp:36