|
Ardour
9.0-25-gac26912bac
|
#include <progress_reporter.h>
Public Member Functions | |
| ProgressReporter () | |
| virtual | ~ProgressReporter () |
Public Member Functions inherited from PBD::Progress | |
| Progress () | |
| virtual | ~Progress () |
| void | set_progress (float) |
| void | ascend () |
| void | descend (float) |
| bool | cancelled () const |
Private Member Functions | |
| void | set_overall_progress (float) |
| virtual void | update_progress_gui (float p)=0 |
Private Attributes | |
| int | _p |
Additional Inherited Members | |
Protected Member Functions inherited from PBD::Progress | |
| void | cancel () |
A parent class for classes which can report progress on something
Definition at line 24 of file progress_reporter.h.
| ProgressReporter::ProgressReporter | ( | ) |
|
virtual |
|
privatevirtual |
|
privatepure virtual |
Update our GUI to reflect progress.
| p | Progress, from 0 to 1. |
Implemented in TimeFXDialog, StripSilenceDialog, StripImportDialog, SessionArchiveDialog, and NormalizeDialog.
|
private |
Definition at line 37 of file progress_reporter.h.