PyDVT.GUIBinding.ColormapEditorWidget (version 1.1.0, 08/11/2002)
index
/mntdirect/_bliss/users/gobbo/PyDVT/PyDVT/GUIBinding/ColormapEditorWidget.py

ColormapEditorWidget.py
Binding implementation of controls for ColormapSelect

 
Classes
            
ColormapEditorWidget

 
class ColormapEditorWidget
      This class implements a widget to be included in ColormapSelect.
For updating colormap parameters, this class should call parent's Apply method
(ColormapSelect.Apply) sending a dictionary with colormap parameters.
(see ImageView.ColormapFilter.GetColormapParameters)
 
  
__init__(self, parent, initial_colormap)
Parameters:
    parent: parent widget
    initial_colormap: dictionary with initial colormap parameters
                       (see ImageView.ColormapFilter.GetColormapParameters)

 
Author
             Alexandre Gobbo (gobbo@esrf.fr)