Skip to content

_Framework.ControlSurfaceComponent (runtime)

Live 12 — Live Object Model & framework reference (descriptions and signatures).

Functions

depends(**dependencies)

Classes

class ControlManager(SlotManager)

Methods

__init__(self, *a, **k)

Initialize self. See help(type(self)) for accurate signature.

control_notifications_enabled(self)
disconnect(self)
disconnect_disconnectable(self, slot)
find_disconnectable(self, predicate)
has_disconnectable(self, slot)
register_disconnectable(self, slot)
register_slot(self, *a, **k)
register_slot_manager(self, *a, **k)
unregister_disconnectable(self, slot)
update(self)

Attributes

  • _tasks = <_Framework.Util.lazy_attribute object at 0x12d551150>

class ControlSurfaceComponent(ControlManager, Subject)

class Subject(Disconnectable)

Methods

__init__(self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

disconnect(self)

class dependency

Methods

__init__(self, **k)

Initialize self. See help(type(self)) for accurate signature.

class lazy_attribute

Methods

__init__(self, func, name=None)

Initialize self. See help(type(self)) for accurate signature.