dip.developer.plugins_viewer

This module implements a viewer of all plugins.

PluginsViewer

class dip.developer.plugins_viewer.PluginsViewer

Base class: QTreeWidget

The PluginsViewer class is a widget that implements a read-only visualisation of all plugins.

__init__()

Initialise the viewer.

PluginsViewerTool

class dip.developer.plugins_viewer.PluginsViewerTool

Base class: SimpleViewTool

The PluginsViewerTool implements a tool for displaying plugins.

action_id = 'dip.developer.view_plugins'

The identifier to be used for any action.

name = 'Plugins'

The tool’s name.

within = 'dip.ui.collections.view'

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