dip.developer.services_viewer

This module implements a viewer of all services.

ServicesViewer

class dip.developer.services_viewer.ServicesViewer

Base class: QTreeWidget

The ServicesViewer class is a widget that implements a read-only visualisation of all services.

__init__()

Initialise the viewer.

ServicesViewerTool

class dip.developer.services_viewer.ServicesViewerTool

Base class: SimpleViewTool

The ServicesViewerTool implements a tool for displaying services.

action_id = 'dip.developer.view_services'

The identifier to be used for any action.

name = 'Services'

The tool’s name.

within = 'dip.ui.collections.view'

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