synfig-core  1.0.3
Public Member Functions | List of all members
RenderProgress Class Reference

Prints the progress and estimated time left to the console. More...

#include <renderprogress.h>

Inheritance diagram for RenderProgress:
synfig::ProgressCallback

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

Detailed Description

Prints the progress and estimated time left to the console.

Constructor & Destructor Documentation

RenderProgress::RenderProgress ( )

Member Function Documentation

bool RenderProgress::task ( const std::string taskname)
virtual

Reimplemented from synfig::ProgressCallback.

Referenced by process_job().

bool RenderProgress::error ( const std::string task)
virtual

Reimplemented from synfig::ProgressCallback.

References _.

bool RenderProgress::warning ( const std::string task)
virtual

Reimplemented from synfig::ProgressCallback.

References _.

bool RenderProgress::amount_complete ( int  scanline,
int  height 
)
virtual

Reimplemented from synfig::ProgressCallback.

References _, and SynfigToolGeneralOptions::instance().


The documentation for this class was generated from the following files: