ManipulatorPlugin

Inheritance diagram of rumba.ManipulatorPlugin
class ManipulatorPlugin

Derive this class to create your own Manipulator type.

Constructors

__init__

Methods

controller(ctrl_name)

type ctrl_name

unicode

get_cursor()

rtype

unicode

get_help(tool)

type tool

unicode

get_status(tool)

type tool

unicode

node()

Returns the Node interface for this object.

on_add_to_document()

Callback called when the node is added to the document.

on_delete()

Prepare the node to be deleted.

on_first_init()

Perform the one shot initialization tasks for this node.

on_input_connection()

Callback called when an a connection has been done between an output plug and a plug of this node as input.

on_input_disconnection()

Callback called when an a connection has been broken between an output plug and a plug of this node as input.

on_mouse_move(camera, interaction)

type camera

CameraContext

on_mouse_press(camera, interaction)

type camera

CameraContext

on_mouse_release(camera, interaction)

type camera

CameraContext

on_output_connection()

Callback called when an a connection has been done between a plug of this node as output and an input plug.

on_output_disconnection()

Callback called when an a connection has been broken between a plug of this node as output and an input plug.

on_remove_from_document()

Callback called when the node is removed from the document.

relationship(set)

Return the node relationships.