QtToolRegistry

class glue.config.QtToolRegistry[source]

Bases: glue.config.DictRegistry

Methods Summary

add(tool_cls[, widget_cls]) Add a tool class to the registry, optionally specifying which widget class it should apply to (widget_cls).
default_members()

Methods Documentation

add(tool_cls, widget_cls=None)[source]

Add a tool class to the registry, optionally specifying which widget class it should apply to (widget_cls). if widget_cls is set to None, the tool applies to all classes.

default_members()[source]