#include <layer_pastecanvas.h>
Inheritance diagram for synfig::Layer_PasteCanvas:
Public Member Functions | |
virtual void | on_canvas_set () |
void | set_do_not_muck_with_time (bool x=true) |
etl::handle< synfig::Canvas > | get_sub_canvas () const |
void | set_sub_canvas (etl::handle< synfig::Canvas > x) |
Real | get_zoom () const |
Time | get_time_offset () const |
Point | get_origin () const |
Layer_PasteCanvas () | |
virtual | ~Layer_PasteCanvas () |
virtual String | get_local_name () const |
Returns a string containing the localized name of the Layer. | |
virtual bool | set_param (const String ¶m, const synfig::ValueBase &value) |
Sets the parameter described by param to value. | |
virtual ValueBase | get_param (const String ¶m) const |
Get the value of the specified parameter. | |
virtual Color | get_color (Context context, const Point &pos) const |
Gets the color of the Canvas at point. | |
virtual void | set_time (Context context, Time time) const |
Sets the time for the selected Layer and those under it. | |
virtual bool | accelerated_render (Context context, Surface *surface, int quality, const RendDesc &renddesc, ProgressCallback *cb) const |
Renders the Canvas to the given Surface in an accelerated manner. | |
virtual Vocab | get_param_vocab () const |
Gets the paramater vocabulary. | |
virtual synfig::Rect | get_bounding_rect () const |
virtual synfig::Layer::Handle | hit_check (synfig::Context context, const synfig::Point &point) const |
Checks to see if a part of the layer is directly under point. | |
Protected Member Functions | |
virtual void | get_times_vfunc (Node::time_set &set) const |
Called to figure out the animation time information. |
|
|
|
|
|
Reimplemented from synfig::Layer. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns a string containing the localized name of the Layer.
Reimplemented from synfig::Layer. |
|
Sets the parameter described by param to value.
Reimplemented from synfig::Layer_Composite. |
|
Get the value of the specified parameter.
Reimplemented from synfig::Layer_Composite. |
|
Gets the color of the Canvas at point.
Reimplemented from synfig::Layer. |
|
Sets the time for the selected Layer and those under it.
Reimplemented from synfig::Layer. |
|
Renders the Canvas to the given Surface in an accelerated manner.
Reimplemented from synfig::Layer_Composite. |
|
Gets the paramater vocabulary.
Reimplemented from synfig::Layer_Composite. |
|
Reimplemented from synfig::Layer. |
|
Checks to see if a part of the layer is directly under point.
Reimplemented from synfig::Layer. |
|
Called to figure out the animation time information.
Reimplemented from synfig::Layer. |