#include <valuenode_blinereversetangent.h>
Public Types | |
typedef etl::handle < ValueNode_BLineRevTangent > | Handle |
typedef etl::handle< const ValueNode_BLineRevTangent > | ConstHandle |
Public Member Functions | |
virtual ValueBase | operator() (Time t) const |
Returns the value of the ValueNode at time t. | |
virtual | ~ValueNode_BLineRevTangent () |
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_BLineRevTangent * | create (const ValueBase &x=ValueBase::TYPE_VECTOR) |
Protected Member Functions | |
virtual bool | set_link_vfunc (int i, ValueNode::Handle x) |
LinkableValueNode * | create_new () const |
typedef etl::handle<ValueNode_BLineRevTangent> synfig::ValueNode_BLineRevTangent::Handle |
Reimplemented from synfig::LinkableValueNode.
typedef etl::handle<const ValueNode_BLineRevTangent> synfig::ValueNode_BLineRevTangent::ConstHandle |
Reimplemented from synfig::LinkableValueNode.
ValueNode_BLineRevTangent::~ValueNode_BLineRevTangent | ( | ) | [virtual] |
References synfig::LinkableValueNode::unlink_all().
Returns the value of the ValueNode at time t.
Reimplemented from synfig::ValueNode.
References synfig::BLinePoint::get_split_tangent_flag(), synfig::BLinePoint::get_tangent1(), synfig::BLinePoint::get_tangent2(), synfig::BLinePoint::set_tangent1(), and synfig::BLinePoint::set_tangent2().
String ValueNode_BLineRevTangent::get_name | ( | ) | const [virtual] |
String ValueNode_BLineRevTangent::get_local_name | ( | ) | const [virtual] |
ValueNode::LooseHandle ValueNode_BLineRevTangent::get_link_vfunc | ( | int | i | ) | const [virtual] |
int ValueNode_BLineRevTangent::link_count | ( | ) | const [virtual] |
Implements synfig::LinkableValueNode.
Referenced by get_link_vfunc(), link_local_name(), link_name(), and set_link_vfunc().
String ValueNode_BLineRevTangent::link_name | ( | int | i | ) | const [virtual] |
String ValueNode_BLineRevTangent::link_local_name | ( | int | i | ) | const [virtual] |
int ValueNode_BLineRevTangent::get_link_index_from_name | ( | const String & | name | ) | const [virtual] |
Implements synfig::LinkableValueNode.
bool ValueNode_BLineRevTangent::set_link_vfunc | ( | int | i, | |
ValueNode::Handle | x | |||
) | [protected, virtual] |
Implements synfig::LinkableValueNode.
References CHECK_TYPE_AND_SET_VALUE, synfig::ValueNode::get_type(), link_count(), and synfig::ValueBase::TYPE_BOOL.
LinkableValueNode * ValueNode_BLineRevTangent::create_new | ( | ) | const [protected, virtual] |
bool ValueNode_BLineRevTangent::check_type | ( | ValueBase::Type | type | ) | [static] |
References synfig::ValueBase::TYPE_BLINEPOINT.
ValueNode_BLineRevTangent * ValueNode_BLineRevTangent::create | ( | const ValueBase & | x = ValueBase::TYPE_VECTOR |
) | [static] |
References synfig::ValueNode_Const::create().