#include <target_null_tile.h>
Public Member Functions | |
~Target_Null_Tile () | |
virtual bool | add_tile (const synfig::Surface &, int, int) |
Adds the tile at x , y contained in surface. | |
virtual bool | start_frame (ProgressCallback *=NULL) |
Marks the start of a frame. | |
virtual void | end_frame () |
Marks the end of a frame. | |
Static Public Member Functions | |
static Target * | create (const char *=0) |
synfig::Target_Null_Tile::~Target_Null_Tile | ( | ) | [inline] |
virtual bool synfig::Target_Null_Tile::add_tile | ( | const synfig::Surface & | surface, | |
int | x, | |||
int | y | |||
) | [inline, virtual] |
virtual bool synfig::Target_Null_Tile::start_frame | ( | ProgressCallback * | cb = NULL |
) | [inline, virtual] |
Marks the start of a frame.
true
on success, false
upon an error. Implements synfig::Target_Tile.
virtual void synfig::Target_Null_Tile::end_frame | ( | ) | [inline, virtual] |
static Target* synfig::Target_Null_Tile::create | ( | const char * | = 0 |
) | [inline, static] |