#include <valuenode_subtract.h>
Inheritance diagram for synfig::ValueNode_Subtract:
Public Types | |
typedef etl::handle< ValueNode_Subtract > | Handle |
typedef etl::handle< const ValueNode_Subtract > | ConstHandle |
Public Member Functions | |
virtual | ~ValueNode_Subtract () |
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_Subtract * | create (const ValueBase &x=ValueBase()) |
Protected Member Functions | |
ValueNode_Subtract () |
|
Reimplemented from synfig::LinkableValueNode. |
|
Reimplemented from synfig::LinkableValueNode. |
|
|
|
|
|
Sets the left-hand-side value_node.
|
|
Gets the left-hand-side value_node.
|
|
Sets the right-hand-side value_node.
|
|
Gets the right-hand-side value_node.
|
|
Sets the scalar value_node.
|
|
Gets the scalar value_node.
|
|
|
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Returns the value of the ValueNode at time t.
Reimplemented from synfig::ValueNode. |
|
Returns the name of the ValueNode type.
Implements synfig::ValueNode. |
|
Returns the localized name of the ValueNode type.
Implements synfig::ValueNode. |
|
Implements synfig::LinkableValueNode. |
|
|
|
|