omni.kit.window.content_browser_registry

Functions Summary:

custom_menus

Retrieves an ordered dictionary of custom menus registered within the application.

deregister_checkpoint_menu

Deregisters a previously registered checkpoint menu.

deregister_context_menu

Removes a previously registered context menu.

deregister_file_open_handler

Removes a previously registered file open handler.

deregister_import_menu

Removes a custom menu item from the import menu.

deregister_listview_menu

Removes a previously registered listview menu.

deregister_search_delegate

Removes a previously registered search delegate.

deregister_selection_handler

Removes a selection handler from the registry.

get_instance

Retrieves the singleton instance of the ContentBrowserRegistryExtension.

register_checkpoint_menu

Registers a custom menu item under the ‘checkpoint’ category.

register_context_menu

Adds a new context menu option.

register_file_open_handler

Registers a handler for opening files.

register_import_menu

Registers a custom menu item for the import context.

register_listview_menu

Registers a menu item to the listview context menu.

register_search_delegate

Registers a search delegate.

register_selection_handler

Registers a selection handler to the registry.

search_delegate

Retrieves the current search delegate instance from the content browser registry.

selection_handlers

Retrieves the set of registered selection handlers from the Content Browser Registry.