#include <layer_motionblur.h>
Public Member Functions | |
Layer_MotionBlur () | |
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 pos. | |
virtual void | set_time (Context context, Time time) const |
Sets the time for the selected Layer and those under it. | |
virtual void | set_time (Context context, Time time, const Point &point) const |
Sets the time for the selected Layer and those under it for a specific point. | |
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. |
Layer_MotionBlur::Layer_MotionBlur | ( | ) |
bool Layer_MotionBlur::set_param | ( | const String & | param, | |
const synfig::ValueBase & | value | |||
) | [virtual] |
Sets the parameter described by param to value.
param | The name of the parameter to set | |
value | What the parameter is to be set to. |
true
on success, false
upon rejection or failure. If it returns false
, then the Layer is assumed to remain unchanged. const String ¶m
Reimplemented from synfig::Layer_Composite.
Get the value of the specified parameter.
const String &
Reimplemented from synfig::Layer_Composite.
Gets the color of the Canvas at pos.
context | Context iterator refering to next Layer. | |
pos | Point which indicates where the Color should come from |
Reimplemented from synfig::Layer.
Sets the time for the selected Layer and those under it.
Reimplemented from synfig::Layer.
Sets the time for the selected Layer and those under it for a specific point.
const Point &
Reimplemented from synfig::Layer.
bool Layer_MotionBlur::accelerated_render | ( | Context | context, | |
Surface * | surface, | |||
int | quality, | |||
const RendDesc & | renddesc, | |||
ProgressCallback * | cb | |||
) | const [virtual] |
Renders the Canvas to the given Surface in an accelerated manner.
context | Context iterator refering to next Layer. | |
surface | Pointer to Surface to render to. | |
quality | The requested quality-level to render at. | |
renddesc | The associated RendDesc. | |
cb | Pointer to callback object. May be NULL if there is no callback. |
true
on success, false
on failure Reimplemented from synfig::Layer_Composite.
Layer::Vocab Layer_MotionBlur::get_param_vocab | ( | ) | const [virtual] |