csc.app.CascadeurTool

class csc.app.CascadeurTool

CascadeurTool class. Represents the CascadeurTool class for managing tools and editor functionality in Cascadeur.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

editor(self, arg0)

Get the editor of the tool

name(self)

Get the name of the tool

__annotations__ = {}
__init__(*args, **kwargs)
__module__ = 'csc.app'
editor(self: csc.app.CascadeurTool, arg0: csc.view.Scene) csc.app.SceneTool

Get the editor of the tool

Parameters:

arg0 (csc.view.Scene) – The scene to get the editor from

Returns:

The editor of the tool

Return type:

csc.view.SceneTool

name(self: csc.app.CascadeurTool) str

Get the name of the tool

Returns:

The name of the tool

Return type:

str