Toolbar_Ginga_Image

class ginga.rv.plugins.Toolbar.Toolbar_Ginga_Image(fv, chviewer)[source]

Bases: Toolbar_Common

A toolbar for the Ginga Image viewer.

Methods Summary

auto_levels_cb(w)

build_gui(container)

center_image_cb(w)

clear()

flipx_cb(w, tf)

flipy_cb(w, tf)

mode_cb(tf, modename)

mode_set_cb(bm, mode, mtype)

orient_lh_cb(w)

orient_rh_cb(w)

redo()

This method is called when a new image arrives in the channel associated with the plugin.

reset_all_transforms_cb(w)

reset_contrast_cb(w)

rot90_cb(w)

rotn90_cb(w)

set_locked_cb(w, tf)

start()

This method is called to start the plugin.

swapxy_cb(w, tf)

viewer_transform_cb(chviewer)

Methods Documentation

auto_levels_cb(w)[source]
build_gui(container)[source]
center_image_cb(w)[source]
clear()[source]
flipx_cb(w, tf)[source]
flipy_cb(w, tf)[source]
mode_cb(tf, modename)[source]
mode_set_cb(bm, mode, mtype)[source]
orient_lh_cb(w)[source]
orient_rh_cb(w)[source]
redo()[source]

This method is called when a new image arrives in the channel associated with the plugin. It can optionally redo whatever operation it is doing.

reset_all_transforms_cb(w)[source]
reset_contrast_cb(w)[source]
rot90_cb(w)[source]
rotn90_cb(w)[source]
set_locked_cb(w, tf)[source]
start()[source]

This method is called to start the plugin. It is called after build_gui().

swapxy_cb(w, tf)[source]
viewer_transform_cb(chviewer)[source]