Hdf5ContextMenuEvent class

class Hdf5ContextMenuEvent(source, menu, hoveredObject)[source]

Bases: object

Hold information provided to context menu callbacks.

source()[source]

Source of the event

Return type

Hdf5TreeView

menu()[source]

Menu which will be displayed

Return type

qt.QMenu

hoveredObject()[source]

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

Return type

H5Node