omni.kit.widget.searchable_combobox

Submodules Summary:

omni.kit.widget.searchable_combobox.combo_model

This module provides classes for creating and managing a searchable ComboBox with custom item and model representations.

omni.kit.widget.searchable_combobox.combo_widget

This module provides the ComboListBoxWidget class, which integrates a search field with a list box for item selection, and a function to create a searchable combo box widget.

omni.kit.widget.searchable_combobox.search_widget

This module provides a SearchWidget with a customizable searchable combobox and a SearchModel for managing search functionality in UI components.

Classes Summary:

ComboBoxListDelegate

A delegate for custom widget representation in a TreeView.

ComboBoxListItem

Single item of the model.

ComboBoxListModel

A model for managing a list of items in a ComboBox.

ComboListBoxWidget

A widget that combines a search field with a list box for item selection.

SearchModel

A model to support searching functionality in UI components.

SearchWidget

A widget that provides a searchable combobox with customizable styles.

Functions Summary:

build_searchable_combo_widget

Creates a searchable combo box widget with a specified list of options.