#include <valuenode_blinecalcwidth.h>
Public Types | |
typedef etl::handle < ValueNode_BLineCalcWidth > | Handle |
typedef etl::handle< const ValueNode_BLineCalcWidth > | ConstHandle |
Public Member Functions | |
virtual ValueBase | operator() (Time t, Real amount) const |
virtual ValueBase | operator() (Time t) const |
Returns the value of the ValueNode at time t. | |
virtual | ~ValueNode_BLineCalcWidth () |
virtual String | get_name () const |
Returns the name of the ValueNode type. | |
virtual String | get_local_name () const |
Returns the localized name of the ValueNode type. | |
virtual ValueNode::LooseHandle | get_link_vfunc (int i) const |
virtual int | link_count () const |
virtual String | link_name (int i) const |
virtual String | link_local_name (int i) const |
virtual int | get_link_index_from_name (const String &name) const |
Static Public Member Functions | |
static bool | check_type (ValueBase::Type type) |
static ValueNode_BLineCalcWidth * | create (const ValueBase &x=ValueBase::TYPE_REAL) |
Protected Member Functions | |
LinkableValueNode * | create_new () const |
virtual bool | set_link_vfunc (int i, ValueNode::Handle x) |
typedef etl::handle<ValueNode_BLineCalcWidth> synfig::ValueNode_BLineCalcWidth::Handle |
Reimplemented from synfig::LinkableValueNode.
typedef etl::handle<const ValueNode_BLineCalcWidth> synfig::ValueNode_BLineCalcWidth::ConstHandle |
Reimplemented from synfig::LinkableValueNode.
ValueNode_BLineCalcWidth::~ValueNode_BLineCalcWidth | ( | ) | [virtual] |
References synfig::LinkableValueNode::unlink_all().
References bline, and synfig::BLinePoint::get_width().
String ValueNode_BLineCalcWidth::get_name | ( | ) | const [virtual] |
String ValueNode_BLineCalcWidth::get_local_name | ( | ) | const [virtual] |
ValueNode::LooseHandle ValueNode_BLineCalcWidth::get_link_vfunc | ( | int | i | ) | const [virtual] |
int ValueNode_BLineCalcWidth::link_count | ( | ) | const [virtual] |
Implements synfig::LinkableValueNode.
Referenced by get_link_vfunc(), link_local_name(), link_name(), and set_link_vfunc().
String ValueNode_BLineCalcWidth::link_name | ( | int | i | ) | const [virtual] |
String ValueNode_BLineCalcWidth::link_local_name | ( | int | i | ) | const [virtual] |
int ValueNode_BLineCalcWidth::get_link_index_from_name | ( | const String & | name | ) | const [virtual] |
Implements synfig::LinkableValueNode.
LinkableValueNode * ValueNode_BLineCalcWidth::create_new | ( | ) | const [protected, virtual] |
bool ValueNode_BLineCalcWidth::set_link_vfunc | ( | int | i, | |
ValueNode::Handle | x | |||
) | [protected, virtual] |
Implements synfig::LinkableValueNode.
References CHECK_TYPE_AND_SET_VALUE, link_count(), synfig::ValueBase::TYPE_BOOL, synfig::ValueBase::TYPE_LIST, and synfig::ValueBase::TYPE_REAL.
bool ValueNode_BLineCalcWidth::check_type | ( | ValueBase::Type | type | ) | [static] |
References synfig::ValueBase::TYPE_REAL.
ValueNode_BLineCalcWidth * ValueNode_BLineCalcWidth::create | ( | const ValueBase & | x = ValueBase::TYPE_REAL |
) | [static] |
References synfig::ValueBase::get_type().