#include <valuenode_add.h>

Public Types | |
| typedef etl::handle < ValueNode_Add > | Handle |
| typedef etl::handle< const ValueNode_Add > | ConstHandle |
Public Member Functions | |
| virtual | ~ValueNode_Add () |
| bool | set_lhs (ValueNode::Handle a) |
| Sets the left-hand-side value_node. | |
| ValueNode::Handle | get_lhs () const |
| Gets the left-hand-side value_node. | |
| bool | set_rhs (ValueNode::Handle b) |
| Sets the right-hand-side value_node. | |
| ValueNode::Handle | get_rhs () const |
| Gets the right-hand-side value_node. | |
| bool | set_scalar (ValueNode::Handle x) |
| Sets the scalar value_node. | |
| ValueNode::Handle | get_scalar () const |
| Gets the scalar value_node. | |
| void | set_scalar (Real x) |
| virtual bool | set_link_vfunc (int i, ValueNode::Handle x) |
| virtual ValueNode::LooseHandle | get_link_vfunc (int i) const |
| virtual int | link_count () const |
| virtual String | link_local_name (int i) const |
| virtual String | link_name (int i) const |
| virtual int | get_link_index_from_name (const String &name) const |
| virtual ValueBase | operator() (Time t) const |
| Returns the value of the ValueNode at time t. | |
| 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. | |
| LinkableValueNode * | create_new () const |
Static Public Member Functions | |
| static bool | check_type (ValueBase::Type type) |
| static ValueNode_Add * | create (const ValueBase &value=ValueBase()) |
Protected Member Functions | |
| ValueNode_Add (const ValueBase &value) | |
| typedef etl::handle<ValueNode_Add> synfig::ValueNode_Add::Handle |
Reimplemented from synfig::LinkableValueNode.
| typedef etl::handle<const ValueNode_Add> synfig::ValueNode_Add::ConstHandle |
Reimplemented from synfig::LinkableValueNode.
| synfig::ValueNode_Add::ValueNode_Add | ( | const ValueBase & | value | ) | [protected] |
| synfig::ValueNode_Add::~ValueNode_Add | ( | ) | [virtual] |
| bool synfig::ValueNode_Add::set_lhs | ( | ValueNode::Handle | a | ) |
Sets the left-hand-side value_node.
| ValueNode::Handle synfig::ValueNode_Add::get_lhs | ( | ) | const [inline] |
Gets the left-hand-side value_node.
| bool synfig::ValueNode_Add::set_rhs | ( | ValueNode::Handle | b | ) |
Sets the right-hand-side value_node.
| ValueNode::Handle synfig::ValueNode_Add::get_rhs | ( | ) | const [inline] |
Gets the right-hand-side value_node.
| bool synfig::ValueNode_Add::set_scalar | ( | ValueNode::Handle | x | ) |
Sets the scalar value_node.
| ValueNode::Handle synfig::ValueNode_Add::get_scalar | ( | ) | const [inline] |
Gets the scalar value_node.
| void ValueNode_Add::set_scalar | ( | Real | x | ) |
| bool ValueNode_Add::set_link_vfunc | ( | int | i, | |
| ValueNode::Handle | x | |||
| ) | [virtual] |
Implements synfig::LinkableValueNode.
| ValueNode::LooseHandle ValueNode_Add::get_link_vfunc | ( | int | i | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| int ValueNode_Add::link_count | ( | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| String ValueNode_Add::link_local_name | ( | int | i | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| String ValueNode_Add::link_name | ( | int | i | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| int ValueNode_Add::get_link_index_from_name | ( | const String & | name | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| synfig::ValueBase synfig::ValueNode_Add::operator() | ( | Time | ) | const [virtual] |
| String ValueNode_Add::get_name | ( | ) | const [virtual] |
| String ValueNode_Add::get_local_name | ( | ) | const [virtual] |
| LinkableValueNode * ValueNode_Add::create_new | ( | ) | const [virtual] |
Implements synfig::LinkableValueNode.
| bool ValueNode_Add::check_type | ( | ValueBase::Type | type | ) | [static] |
| ValueNode_Add * ValueNode_Add::create | ( | const ValueBase & | value = ValueBase() |
) | [static] |
1.5.4