holypipette.gui.patch module

class holypipette.gui.patch.PatchGui(camera, pipette_interface, patch_interface, with_tracking=False)[source]

Bases: ManipulatorGui

display_pressure()[source]
patch_command_signal
patch_reset_signal
register_commands()[source]

Tie keypresses and mouse clicks to commands. Should call register_key_action and register_mouse_action. Overriding methods in subclass should call the superclass if they want to keep the commands registered by the superclass(es).

class holypipette.gui.patch.TrackingPatchGui(camera, pipette_interface, patch_interface, with_tracking=False)[source]

Bases: PatchGui

register_commands()[source]

Tie keypresses and mouse clicks to commands. Should call register_key_action and register_mouse_action. Overriding methods in subclass should call the superclass if they want to keep the commands registered by the superclass(es).