#include <rectangle.h>
Public Member Functions | |
Rectangle () | |
virtual bool | set_param (const synfig::String ¶m, const synfig::ValueBase &value) |
Sets the parameter described by param to value. | |
virtual synfig::ValueBase | get_param (const synfig::String ¶m) const |
Get the value of the specified parameter. | |
virtual bool | is_solid_color () const |
virtual synfig::Color | get_color (synfig::Context context, const synfig::Point &pos) const |
Gets the color of the Canvas at pos. | |
virtual bool | accelerated_render (synfig::Context context, synfig::Surface *surface, int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb) const |
Renders the Canvas to the given Surface in an accelerated manner. | |
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 synfig::Rect | get_bounding_rect () const |
virtual synfig::Rect | get_full_bounding_rect (synfig::Context context) const |
virtual Vocab | get_param_vocab () const |
Gets the parameter vocabulary. |
Rectangle::Rectangle | ( | ) |
bool Rectangle::set_param | ( | const synfig::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.
References synfig::Layer_Composite::converted_blend_, synfig::Color::get_a(), IMPORT, IMPORT_PLUS, synfig::Color::set_a(), synfig::Layer_Composite::set_blend_method(), and synfig::Layer_Composite::transparent_color_.
ValueBase Rectangle::get_param | ( | const synfig::String & | param | ) | const [virtual] |
Get the value of the specified parameter.
const String &
Reimplemented from synfig::Layer_Composite.
References EXPORT, EXPORT_NAME, and EXPORT_VERSION.
bool Rectangle::is_solid_color | ( | ) | const [virtual] |
Reimplemented from synfig::Layer_Composite.
References synfig::Color::get_a(), synfig::Layer_Composite::get_amount(), and synfig::Layer_Composite::get_blend_method().
Referenced by accelerated_render(), get_color(), and get_full_bounding_rect().
Color Rectangle::get_color | ( | synfig::Context | context, | |
const synfig::Point & | pos | |||
) | const [virtual] |
Gets the color of the Canvas at pos.
context | Context iterator referring to next Layer. | |
pos | Point which indicates where the Color should come from |
Reimplemented from synfig::Layer.
References synfig::Layer_Composite::get_amount(), synfig::Layer_Composite::get_blend_method(), synfig::Context::get_color(), synfig::Layer_Composite::is_disabled(), and is_solid_color().
bool Rectangle::accelerated_render | ( | synfig::Context | context, | |
synfig::Surface * | surface, | |||
int | quality, | |||
const synfig::RendDesc & | renddesc, | |||
synfig::ProgressCallback * | cb | |||
) | const [virtual] |
Renders the Canvas to the given Surface in an accelerated manner.
context | Context iterator referring 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.
References synfig::Context::accelerated_render(), synfig::Surface::blit_to(), synfig::ProgressCallback::error(), synfig::Layer_Composite::get_amount(), synfig::Layer_Composite::get_blend_method(), synfig::RendDesc::get_br(), synfig::RendDesc::get_h(), synfig::RendDesc::get_tl(), synfig::RendDesc::get_w(), synfig::Layer_Composite::is_disabled(), is_solid_color(), synfig::RendDesc::set_flags(), and synfig::RendDesc::set_subwindow().
synfig::Layer::Handle Rectangle::hit_check | ( | synfig::Context | context, | |
const synfig::Point & | point | |||
) | const [virtual] |
Checks to see if a part of the layer is directly under point.
context | Context iterator referring to next Layer. | |
point | The point to check |
Reimplemented from synfig::Layer.
References synfig::Layer_Composite::get_blend_method(), synfig::Context::hit_check(), intersect(), and synfig::Layer_Composite::is_disabled().
Rect Rectangle::get_bounding_rect | ( | ) | const [virtual] |
Reimplemented from synfig::Layer.
Rect Rectangle::get_full_bounding_rect | ( | synfig::Context | context | ) | const [virtual] |
Reimplemented from synfig::Layer_Composite.
References synfig::Color::get_a(), synfig::Context::get_full_bounding_rect(), and is_solid_color().
Layer::Vocab Rectangle::get_param_vocab | ( | void | ) | const [virtual] |