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

ColormapSelect.py
ColormapFilter parameters control widget.

 
Modules
            
EventHandler
PyDVT
sys

 
Classes
            
PyDVT.GUIBinding.Binding.Container
ColormapSelect
PyDVT.GUIBinding.Binding.Dialog
ColormapDialog

 
class ColormapDialog(PyDVT.GUIBinding.Binding.Dialog)
      Accessory class, dialog containing ColormapSelect widget
 
  
AddContainer(self, container) from PyDVT.GUIBinding.Binding.Dialog
IsDestroyed(self) from PyDVT.GUIBinding.Binding.Dialog
SetSize(self, width, height) from PyDVT.GUIBinding.Binding.Dialog
Show(self) from PyDVT.GUIBinding.Binding.Dialog
__init__(self, parent, initial_colormap)

 
class ColormapSelect(PyDVT.GUIBinding.Binding.Container)
      Accessory class, that manages changing of the colormap parameters
and triggers ColormapChange events to all linked ColormapFilter
Contains a ColormapEditorWidget from Binding.
Linked to ColormapFilter objects thrugh ColormapFilter.ConnectColormap
method.
 
  
Apply(self, ImageParameters)
Called by ColormapEditorWidget then change takes place
GetHeight(self) from PyDVT.GUIBinding.Binding.Container
GetWidth(self) from PyDVT.GUIBinding.Binding.Container
IsVisible(self) from PyDVT.GUIBinding.Binding.Container
SetPointer(self, pointer) from PyDVT.GUIBinding.Binding.Container
SetSize(self, width, height) from PyDVT.GUIBinding.Binding.Container
Show(self) from PyDVT.GUIBinding.Binding.Container
__init__(self, parent, initial_colormap)
Constructor
Parameters:
root: parent widget
initial_colormap: Initial colormap parameters, as returned by
                 ImageView.GetImageParameters

 
Author
             Alexandre Gobbo (gobbo@esrf.fr)