mantidimaging.gui.widgets.mi_mini_image_view.view module

class mantidimaging.gui.widgets.mi_mini_image_view.view.MIMiniImageView(name: str = 'MIMiniImageView')[source]

Bases: GraphicsLayout, BadDataOverlay

add_auto_color_action() QAction[source]
add_axis_sibling(sibling: MIMiniImageView)[source]
add_hist_sibling(sibling: MIMiniImageView)[source]
clear()[source]

Remove all items from the layout and set the current row and column to 0

get_parts() Tuple[ImageItem, ViewBox, HistogramLUTItem][source]
property image_item: ImageItem
mouse_over(ev)[source]
setImage(*args, **kwargs)[source]
set_auto_color_enabled(enabled: bool = True)[source]
static set_siblings(sibling_views: List[MIMiniImageView], axis=False, hist=False)[source]
show_value(pos)[source]
update_sibling_histograms()[source]
property viewbox: ViewBox
mantidimaging.gui.widgets.mi_mini_image_view.view.pairwise(iterable)[source]