22 #ifndef GtkCRNProgress_HEADER
23 #define GtkCRNProgress_HEADER
25 #include <libgtkcrnmm_config.h>
62 static gboolean ts_display(PM *data);
64 sigc::signal<void> progress_end;
Gtk::ProgressBar & GetProgressBar()
Gets the Gtk progress bar.
Base class for a progress display.
Progress object associated with a widget.
Progress(const crn::String &name, size_t maxcount=100)
Constructor.
A UTF32 character string class.
virtual void display(const crn::String &msg) override
Displays current progress on Gtk progress bar (thread safe)
virtual ~Progress() override=default
Destructor.
const Gtk::ProgressBar & GetProgressBar() const
Gets the Gtk progress bar.
sigc::signal< void > signal_end()
Signal thrown when the progress reached 100%.