#include <valuenode_bline.h>
Public Types | |
typedef etl::handle < ValueNode_BLine > | Handle |
typedef etl::handle < const ValueNode_BLine > | ConstHandle |
Public Member Functions | |
ValueNode_BLine () | |
virtual ValueBase | operator() (Time t) const |
Returns the value of the ValueNode at time t. | |
virtual | ~ValueNode_BLine () |
virtual String | link_local_name (int i) const |
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 * | clone (const GUID &deriv_guid=GUID()) const |
virtual ListEntry | create_list_entry (int index, Time time=0, Real origin=0.5) |
Static Public Member Functions | |
static bool | check_type (ValueBase::Type type) |
static ValueNode_BLine * | create (const ValueBase &x=ValueBase::TYPE_LIST) |
Protected Member Functions | |
LinkableValueNode * | create_new () const |
typedef etl::handle<ValueNode_BLine> synfig::ValueNode_BLine::Handle |
Reimplemented from synfig::ValueNode_DynamicList.
typedef etl::handle<const ValueNode_BLine> synfig::ValueNode_BLine::ConstHandle |
Reimplemented from synfig::ValueNode_DynamicList.
ValueNode_BLine::ValueNode_BLine | ( | ) |
ValueNode_BLine::~ValueNode_BLine | ( | ) | [virtual] |
String ValueNode_BLine::link_local_name | ( | int | i | ) | const [virtual] |
Reimplemented from synfig::ValueNode_DynamicList.
String ValueNode_BLine::get_name | ( | ) | const [virtual] |
String ValueNode_BLine::get_local_name | ( | ) | const [virtual] |
ValueNode_BLine::ListEntry ValueNode_BLine::create_list_entry | ( | int | index, | |
Time | time = 0 , |
|||
Real | origin = 0.5 | |||
) | [virtual] |
Reimplemented from synfig::ValueNode_DynamicList.
LinkableValueNode * ValueNode_BLine::create_new | ( | ) | const [protected, virtual] |
Reimplemented from synfig::ValueNode_DynamicList.
bool ValueNode_BLine::check_type | ( | ValueBase::Type | type | ) | [static] |
Reimplemented from synfig::ValueNode_DynamicList.
ValueNode_BLine * ValueNode_BLine::create | ( | const ValueBase & | x = ValueBase::TYPE_LIST |
) | [static] |