Abstract render listener - can be used to react to progress messages (e.g. in a GUI) More...
#include <mitsuba/render/renderqueue.h>
Public Member Functions | |
virtual void | workBeginEvent (const RenderJob *job, const RectangularWorkUnit *wu, int worker) |
Called when work has begun in a rectangular image region. More... | |
virtual void | workEndEvent (const RenderJob *job, const ImageBlock *wr, bool cancelled) |
Called when work has finished in a rectangular image region. More... | |
virtual void | workCanceledEvent (const RenderJob *job, const Point2i &offset, const Vector2i &size) |
Called when work has been canceled in a rectangular image region. More... | |
virtual void | refreshEvent (const RenderJob *job) |
Called when the whole target image has been altered in some way. More... | |
virtual void | finishJobEvent (const RenderJob *job, bool cancelled) |
Called when a render job has completed successfully or unsuccessfully. More... | |
virtual const Class * | getClass () const |
Retrieve this object's class. More... | |
Public Member Functions inherited from Object | |
Object () | |
Construct a new object. More... | |
int | getRefCount () const |
Return the current reference count. More... | |
void | incRef () const |
Increase the reference count of the object by one. More... | |
void | decRef (bool autoDeallocate=true) const |
Decrease the reference count of the object and possibly deallocate it. More... | |
virtual std::string | toString () const |
Return a human-readable string representation of the object's contents. More... | |
Static Public Attributes | |
static Class * | m_theClass |
Static Public Attributes inherited from Object | |
static Class * | m_theClass |
Pointer to the object's class descriptor. More... | |
Protected Member Functions | |
virtual | ~RenderListener () |
Protected Member Functions inherited from Object | |
virtual | ~Object () |
Virtual private deconstructor. (Will only be called by ref) More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
static void | staticInitialization () |
Initializes the built-in reference count debugger (if enabled) More... | |
static void | staticShutdown () |
Free the memory taken by staticInitialization() More... | |
Abstract render listener - can be used to react to progress messages (e.g. in a GUI)
|
inlineprotectedvirtual |
|
virtual |
Called when a render job has completed successfully or unsuccessfully.
|
virtual |
Retrieve this object's class.
Reimplemented from Object.
|
virtual |
Called when the whole target image has been altered in some way.
|
virtual |
Called when work has begun in a rectangular image region.
|
virtual |
Called when work has been canceled in a rectangular image region.
|
virtual |
Called when work has finished in a rectangular image region.
|
static |