Hdf5ContextMenuEvent class

class silx.gui.hdf5.Hdf5ContextMenuEvent(source, menu, hoveredObject)

Bases: object

Hold information provided to context menu callbacks.

source()

Source of the event

Return type:Hdf5TreeView
menu()

Menu which will be displayed

Return type:qt.QMenu
hoveredObject()

Item content hovered by the mouse when the context menu was requested

Return type:H5Node

Previous topic

Hdf5TreeModel class

Next topic

H5Node class

This Page