#include <target_null.h>
Inheritance diagram for synfig::Target_Null:
Public Member Functions | |
~Target_Null () | |
virtual bool | start_frame (ProgressCallback *cb=NULL) |
Marks the start of a frame. | |
virtual void | end_frame () |
Marks the end of a frame. | |
virtual Color * | start_scanline (int scanline) |
Marks the start of a scanline. | |
virtual bool | end_scanline () |
Marks the end of a scanline. | |
Static Public Member Functions | |
static Target * | create (const char *filename=0) |
|
|
|
Marks the start of a frame.
Implements synfig::Target_Scanline. |
|
Marks the end of a frame.
Implements synfig::Target_Scanline. |
|
Marks the start of a scanline.
Implements synfig::Target_Scanline. |
|
Marks the end of a scanline. Takes the data that was put at the address returned to by start_scanline() and does whatever it is supose to do with it.
Implements synfig::Target_Scanline. |
|
|