#include <valuenode_stripes.h>
Inheritance diagram for synfig::ValueNode_Stripes:
Public Types | |
typedef etl::handle< ValueNode_Stripes > | Handle |
typedef etl::handle< const ValueNode_Stripes > | ConstHandle |
Public Member Functions | |
virtual | ~ValueNode_Stripes () |
bool | set_color1 (ValueNode::Handle a) |
ValueNode::Handle | get_color1 () const |
bool | set_color2 (ValueNode::Handle a) |
ValueNode::Handle | get_color2 () const |
bool | set_stripes (ValueNode::Handle b) |
ValueNode::Handle | get_stripes () const |
bool | set_width (ValueNode::Handle x) |
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. | |
LinkableValueNode * | create_new () const |
Static Public Member Functions | |
static bool | check_type (ValueBase::Type type) |
static ValueNode_Stripes * | create (const ValueBase &x=ValueBase::TYPE_GRADIENT) |
Protected Member Functions | |
ValueNode_Stripes () |
|
Reimplemented from synfig::LinkableValueNode. |
|
Reimplemented from synfig::LinkableValueNode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements synfig::LinkableValueNode. |
|
Implements 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. |
|
|
|
|