NodeDelegateAttributeDelegate

Inheritance diagram of rumba.NodeDelegateAttributeDelegate
class NodeDelegateAttributeDelegate

Methods

accepts_overrides()

Return true is the attribute accepts overrides.

add_override()

Add add override.

create_observer(func, in_interactive)

Return an observer which will call the func function when the attribute is possibly modified.

description()

Return the description for this attribute (see Plug description).

has_node_delegate()

Return true if this attribute has a dedicated node delegate to traverse its structure.

is_animable()

Return true is the attribute is animable.

is_mutable()

Return true is the attribute can be modified.

is_overridden()

Return true is the attribute is overridden.

is_plug()

Return true if this attribute is a Rumba Plug.

is_visible()

Return true is the attribute is visible.

name()

Return the attribute name.

node_delegate()

Return the dedicated node delegate.

owner()

Returns the owner node.

plug()

Return the plug behind this attribute.

remove_override()

Remove the override.

set_value(value, mc)

Set the attribute value.

type_name()

Get the attribute type name, without evaluating the attribute.

value()

Return the attribute value.