HotkeysDelegate

class omni.kit.hotkeys.window.view.hotkeys_delegate.HotkeysDelegate(model: AbstractActionsModel, column_registry: ColumnRegistry)

Bases: ActionsDelegate

Methods

build_branch(model, item[, column_id, ...])

Build branch for column.

on_hover_changed(item, hovered)

on_mouse_double_click(button, item, ...)

on_mouse_pressed(button, item, column_delegate)

on_selection_changed(selections)

Attributes

__init__(self: omni.ui._ui.AbstractItemDelegate) None

Constructs AbstractItemDelegate.

`kwargsdict`

See below

### Keyword Arguments:

build_branch(model: AbstractItemModel, item: AbstractItem, column_id: int = 0, level: int = 0, expanded: bool = False)

Build branch for column. Refer to ui.AbstractItemDelegate.build_branch for detail.