dip.developer.extensions_viewer

This module implements a viewer of all extension points and their contents.

ExtensionsViewer

class dip.developer.extensions_viewer.ExtensionsViewer

Base class: QTreeWidget

The ExtensionsViewer class is a widget that implements a read-only visualisation of all extension points.

__init__()

Initialise the viewer.

ExtensionsViewerTool

class dip.developer.extensions_viewer.ExtensionsViewerTool

Base class: SimpleViewTool

The ExtensionsViewerTool implements a tool for displaying extension points.

action_id = 'dip.developer.view_extensions'

The identifier to be used for any action.

name = 'Extension Points'

The tool’s name.

within = 'dip.ui.collections.view'

The optional identifier of a collection of actions that any action will be placed within.