#include <insideout.h>
Public Member Functions | |
InsideOut () | |
virtual bool | set_param (const String ¶m, const 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. | |
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 Vocab | get_param_vocab () const |
Gets the parameter vocabulary. | |
virtual etl::handle < synfig::Transform > | get_transform () const |
Friends | |
class | InsideOut_Trans |
InsideOut::InsideOut | ( | ) |
bool InsideOut::set_param | ( | const String & | param, | |
const 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.
References IMPORT.
ValueBase InsideOut::get_param | ( | const String & | param | ) | const [virtual] |
Get the value of the specified parameter.
const String &
Reimplemented from synfig::Layer.
References EXPORT, EXPORT_NAME, and EXPORT_VERSION.
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::Context::get_color(), and synfig::Vector::inv_mag().
synfig::Layer::Handle InsideOut::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::Context::hit_check(), and synfig::Vector::inv_mag().
Layer::Vocab InsideOut::get_param_vocab | ( | void | ) | const [virtual] |
Gets the parameter vocabulary.
Reimplemented from synfig::Layer.
References _, and synfig::Layer::set_description().
etl::handle< Transform > InsideOut::get_transform | ( | ) | const [virtual] |
Reimplemented from synfig::Layer.
References InsideOut_Trans.
friend class InsideOut_Trans [friend] |
Referenced by get_transform().