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