#include <valuenode_timedswap.h>
Public Types | |
typedef etl::handle < ValueNode_TimedSwap > | Handle |
typedef etl::handle< const ValueNode_TimedSwap > | ConstHandle |
Public Member Functions | |
virtual | ~ValueNode_TimedSwap () |
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. | |
Static Public Member Functions | |
static bool | check_type (ValueBase::Type type) |
static ValueNode_TimedSwap * | create (const ValueBase &x) |
Protected Member Functions | |
virtual LinkableValueNode * | create_new () const |
typedef etl::handle<ValueNode_TimedSwap> synfig::ValueNode_TimedSwap::Handle |
Reimplemented from synfig::LinkableValueNode.
typedef etl::handle<const ValueNode_TimedSwap> synfig::ValueNode_TimedSwap::ConstHandle |
Reimplemented from synfig::LinkableValueNode.
synfig::ValueNode_TimedSwap::~ValueNode_TimedSwap | ( | ) | [virtual] |
References synfig::LinkableValueNode::unlink_all().
bool ValueNode_TimedSwap::set_link_vfunc | ( | int | i, | |
ValueNode::Handle | x | |||
) | [virtual] |
Implements synfig::LinkableValueNode.
References CHECK_TYPE_AND_SET_VALUE, synfig::ValueNode::get_type(), link_count(), and synfig::ValueBase::TYPE_TIME.
ValueNode::LooseHandle ValueNode_TimedSwap::get_link_vfunc | ( | int | i | ) | const [virtual] |
int ValueNode_TimedSwap::link_count | ( | ) | const [virtual] |
Implements synfig::LinkableValueNode.
Referenced by get_link_vfunc(), link_local_name(), link_name(), and set_link_vfunc().
String ValueNode_TimedSwap::link_local_name | ( | int | i | ) | const [virtual] |
String ValueNode_TimedSwap::link_name | ( | int | i | ) | const [virtual] |
int ValueNode_TimedSwap::get_link_index_from_name | ( | const String & | name | ) | const [virtual] |
Implements synfig::LinkableValueNode.
synfig::ValueBase synfig::ValueNode_TimedSwap::operator() | ( | Time | ) | const [virtual] |
Returns the value of the ValueNode at time t.
Reimplemented from synfig::ValueNode.
References synfig::ValueNode::get_type(), synfig::ValueBase::TYPE_ANGLE, synfig::ValueBase::TYPE_COLOR, synfig::ValueBase::TYPE_INTEGER, synfig::ValueBase::TYPE_REAL, synfig::ValueBase::TYPE_TIME, and synfig::ValueBase::TYPE_VECTOR.
String ValueNode_TimedSwap::get_name | ( | ) | const [virtual] |
String ValueNode_TimedSwap::get_local_name | ( | ) | const [virtual] |
LinkableValueNode * ValueNode_TimedSwap::create_new | ( | ) | const [protected, virtual] |
bool ValueNode_TimedSwap::check_type | ( | ValueBase::Type | type | ) | [static] |
ValueNode_TimedSwap * ValueNode_TimedSwap::create | ( | const ValueBase & | x | ) | [static] |