18#ifndef CUPT_DOWNLOAD_PROGRESSES_CONSOLE_SEEN
19#define CUPT_DOWNLOAD_PROGRESSES_CONSOLE_SEEN
29class ConsoleProgressImpl;
38 internal::ConsoleProgressImpl* __impl;
console-based download progress meter
Definition console.hpp:37
virtual void finishedDownloadHook(const string &uri, const string &result)
virtual void updateHook(bool immediate)
ConsoleProgress()
constructor
virtual void finishHook()
virtual void newDownloadHook(const string &uri, const DownloadRecord &)
~ConsoleProgress()
destructor
download progress meter
Definition progress.hpp:39
download element
Definition progress.hpp:44