#include <valuenode_segcalcvertex.h>

Public Types | |
| typedef etl::handle < ValueNode_SegCalcVertex > | Handle |
| typedef etl::handle < const ValueNode_SegCalcVertex > | ConstHandle |
Public Member Functions | |
| virtual ValueBase | operator() (Time t) const |
| Returns the value of the ValueNode at time t. | |
| virtual | ~ValueNode_SegCalcVertex () |
| 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_SegCalcVertex * | create (const ValueBase &x=ValueBase::TYPE_VECTOR) |
Protected Member Functions | |
| LinkableValueNode * | create_new () const |
| virtual bool | set_link_vfunc (int i, ValueNode::Handle x) |
| typedef etl::handle<ValueNode_SegCalcVertex> synfig::ValueNode_SegCalcVertex::Handle |
Reimplemented from synfig::LinkableValueNode.
| typedef etl::handle<const ValueNode_SegCalcVertex> synfig::ValueNode_SegCalcVertex::ConstHandle |
Reimplemented from synfig::LinkableValueNode.
| ValueNode_SegCalcVertex::~ValueNode_SegCalcVertex | ( | ) | [virtual] |
| String ValueNode_SegCalcVertex::get_name | ( | ) | const [virtual] |
| String ValueNode_SegCalcVertex::get_local_name | ( | ) | const [virtual] |
| ValueNode::LooseHandle ValueNode_SegCalcVertex::get_link_vfunc | ( | int | i | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| int ValueNode_SegCalcVertex::link_count | ( | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| String ValueNode_SegCalcVertex::link_name | ( | int | i | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| String ValueNode_SegCalcVertex::link_local_name | ( | int | i | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| int ValueNode_SegCalcVertex::get_link_index_from_name | ( | const String & | name | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| LinkableValueNode * ValueNode_SegCalcVertex::create_new | ( | ) | const [protected, virtual] |
Implements synfig::LinkableValueNode.
| bool ValueNode_SegCalcVertex::set_link_vfunc | ( | int | i, | |
| ValueNode::Handle | x | |||
| ) | [protected, virtual] |
Implements synfig::LinkableValueNode.
| bool ValueNode_SegCalcVertex::check_type | ( | ValueBase::Type | type | ) | [static] |
| ValueNode_SegCalcVertex * ValueNode_SegCalcVertex::create | ( | const ValueBase & | x = ValueBase::TYPE_VECTOR |
) | [static] |
1.5.3