AbstractColumnDelegate

class omni.kit.widget.filebrowser.abstract_column_delegate.AbstractColumnDelegate

Bases: object

An abstract object that is used to put the widget to the file browser asynchronously.

Methods

build_header()

Build the header

build_widget(item)

Build the widget for the given path.

Attributes

initial_width

The width of the column

__init__()
build_header()

Build the header

abstract async build_widget(item: ColumnItem)

Build the widget for the given path. Works inside Frame in async mode. Once the widget is created, it will replace the content of the frame. It allow to await something for a while and create the widget when the result is available.

property initial_width

The width of the column