selector

class janim.gui.functions.selector.Selector(parent: AnimViewer)

Bases: QObject

Child item selection tool

clear() None
get_fixed_camera_info() CameraInfo
eventFilter(watched: QObject, event: QEvent) bool
on_glw_mouse_press(event: QMouseEvent) None
on_glw_mouse_move(event: QMouseEvent) None
select_parent_item(event: QMouseEvent) None
select_child_item(event: QMouseEvent) None
remove_child_item(event: QMouseEvent) None
compute_cursor_flag() bool

True indicates the mouse is in the upper half of the screen, otherwise in the lower half

on_overlay_paint(event: QPaintEvent) None
staticMetaObject = PySide6.QtCore.QMetaObject("Selector" inherits "QObject": )