|
synfig-core
1.0.3
|
Prints the progress and estimated time left to the console. More...
#include <renderprogress.h>
Public Member Functions | |
| RenderProgress () | |
| virtual bool | task (const std::string &taskname) |
| virtual bool | error (const std::string &task) |
| virtual bool | warning (const std::string &task) |
| virtual bool | amount_complete (int scanline, int height) |
Public Member Functions inherited from synfig::ProgressCallback | |
| virtual | ~ProgressCallback () |
| virtual bool | valid () const |
Prints the progress and estimated time left to the console.
| RenderProgress::RenderProgress | ( | ) |
|
virtual |
Reimplemented from synfig::ProgressCallback.
Referenced by process_job().
|
virtual |
Reimplemented from synfig::ProgressCallback.
References _.
|
virtual |
Reimplemented from synfig::ProgressCallback.
References _.
|
virtual |
Reimplemented from synfig::ProgressCallback.
References _, and SynfigToolGeneralOptions::instance().
1.8.1.2