#include <valuenode_radialcomposite.h>
Public Types | |
typedef etl::handle < ValueNode_RadialComposite > | Handle |
typedef etl::handle< const ValueNode_RadialComposite > | ConstHandle |
Public Member Functions | |
virtual | ~ValueNode_RadialComposite () |
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 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 int | get_link_index_from_name (const String &name) const |
Static Public Member Functions | |
static bool | check_type (ValueBase::Type type) |
static ValueNode_RadialComposite * | create (const ValueBase &x) |
Protected Member Functions | |
virtual bool | set_link_vfunc (int i, ValueNode::Handle x) |
LinkableValueNode * | create_new () const |
typedef etl::handle<ValueNode_RadialComposite> synfig::ValueNode_RadialComposite::Handle |
Reimplemented from synfig::LinkableValueNode.
typedef etl::handle<const ValueNode_RadialComposite> synfig::ValueNode_RadialComposite::ConstHandle |
Reimplemented from synfig::LinkableValueNode.
ValueNode_RadialComposite::~ValueNode_RadialComposite | ( | ) | [virtual] |
ValueNode::LooseHandle ValueNode_RadialComposite::get_link_vfunc | ( | int | i | ) | const [virtual] |
Implements synfig::LinkableValueNode.
int ValueNode_RadialComposite::link_count | ( | ) | const [virtual] |
Implements synfig::LinkableValueNode.
String ValueNode_RadialComposite::link_name | ( | int | i | ) | const [virtual] |
Implements synfig::LinkableValueNode.
String ValueNode_RadialComposite::link_local_name | ( | int | i | ) | const [virtual] |
Implements synfig::LinkableValueNode.
String ValueNode_RadialComposite::get_name | ( | ) | const [virtual] |
String ValueNode_RadialComposite::get_local_name | ( | ) | const [virtual] |
int ValueNode_RadialComposite::get_link_index_from_name | ( | const String & | name | ) | const [virtual] |
Implements synfig::LinkableValueNode.
bool ValueNode_RadialComposite::set_link_vfunc | ( | int | i, | |
ValueNode::Handle | x | |||
) | [protected, virtual] |
Implements synfig::LinkableValueNode.
LinkableValueNode * ValueNode_RadialComposite::create_new | ( | ) | const [protected, virtual] |
Implements synfig::LinkableValueNode.
bool ValueNode_RadialComposite::check_type | ( | ValueBase::Type | type | ) | [static] |
ValueNode_RadialComposite * ValueNode_RadialComposite::create | ( | const ValueBase & | x | ) | [static] |