HomeTool#

class glue_qt.viewers.matplotlib.toolbar.HomeTool(viewer=None)[source]#

Bases: MatplotlibTool

Attributes Summary

action_text

enabled

A property that callback functions can be added to.

icon

shortcut

status_tip

tool_id

tool_tip

Methods Summary

activate()

Fired when the toolbar button is activated

close()

menu_actions()

List of QtWidgets.QActions to be attached to this tool as a context menu.

Attributes Documentation

action_text = 'Home'#
enabled#

A property that callback functions can be added to.

When a callback property changes value, each callback function is called with information about the state change. Otherwise, callback properties behave just like normal instance variables.

CallbackProperties must be defined at the class level. Use the helper function add_callback() to attach a callback to a specific instance of a class with CallbackProperties

Parameters:
default

The initial value for the property

docstringstr

The docstring for the property

getter, setterfunc

Custom getter and setter functions (advanced)

icon = 'glue_home'#
shortcut = 'H'#
status_tip = None#
tool_id = 'mpl:home'#
tool_tip = 'Reset original zoom'#

Methods Documentation

activate()[source]#

Fired when the toolbar button is activated

close()#
menu_actions()#

List of QtWidgets.QActions to be attached to this tool as a context menu.