#include <valuenode_scale.h>
Inheritance diagram for synfig::ValueNode_Scale:
Public Types | |
typedef etl::handle< ValueNode_Scale > | Handle |
typedef etl::handle< const ValueNode_Scale > | ConstHandle |
Public Member Functions | |
virtual | ~ValueNode_Scale () |
bool | set_value_node (const ValueNode::Handle &a) |
ValueNode::Handle | get_value_node () const |
void | set_scalar (Real x) |
bool | set_scalar (const ValueNode::Handle &x) |
ValueNode::Handle | get_scalar () const |
virtual ValueNode::LooseHandle | get_link_vfunc (int i) const |
virtual int | link_count () 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. | |
virtual String | link_local_name (int i) const |
Static Public Member Functions | |
static bool | check_type (ValueBase::Type type) |
static ValueNode_Scale * | create (const ValueBase &x) |
Protected Member Functions | |
virtual bool | set_link_vfunc (int i, ValueNode::Handle x) |
virtual LinkableValueNode * | create_new () const |
|
Reimplemented from synfig::LinkableValueNode. |
|
Reimplemented from 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. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
|
|
|