#include <layer_shape.h>
Inheritance diagram for synfig::Layer_Shape:
Public Member Functions | |
~Layer_Shape () | |
void | clear () |
Clears out any data. | |
void | move_to (Real x, Real y) |
void | line_to (Real x, Real y) |
void | conic_to (Real x1, Real y1, Real x, Real y) |
void | conic_to_smooth (Real x, Real y) |
void | curve_to (Real x1, Real y1, Real x2, Real y2, Real x, Real y) |
void | curve_to_smooth (Real x2, Real y2, Real x, Real y) |
void | close () |
void | endpath () |
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 Vocab | get_param_vocab () const |
Gets the paramater vocabulary. | |
virtual Color | get_color (Context context, const Point &pos) const |
Gets the color of the Canvas at 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 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. | |
virtual Rect | get_bounding_rect () const |
Protected Member Functions | |
Layer_Shape (const Real &a=1.0, const Color::BlendMethod m=Color::BLEND_COMPOSITE) |
|
|
|
|
|
Clears out any data. Also clears out the Intersector Reimplemented in synfig::Layer_Polygon. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sets the parameter described by param to value.
Reimplemented from synfig::Layer_Composite. Reimplemented in synfig::Layer_Polygon. |
|
Get the value of the specified parameter.
Reimplemented from synfig::Layer_Composite. Reimplemented in synfig::Layer_Polygon. |
|
Gets the paramater vocabulary.
Reimplemented from synfig::Layer_Composite. Reimplemented in synfig::Layer_Polygon. |
|
Gets the color of the Canvas at point.
Reimplemented from synfig::Layer. |
|
Renders the Canvas to the given Surface in an accelerated manner.
Reimplemented from synfig::Layer_Composite. |
|
Checks to see if a part of the layer is directly under point.
Reimplemented from synfig::Layer. |
|
Reimplemented from synfig::Layer. |