PyDVT.GUIBinding.ExtendedGraphDialogs (version 1.0)
index
/mntdirect/_bliss/users/gobbo/PyDVT/PyDVT/GUIBinding/ExtendedGraphDialogs.py

ExtendedGraphDialogs.py

 
Classes
            
PyDVT.GUIBinding.Binding.Dialog
GraphStyleDialog
PeakStyleDialog
RoiStyleDialog

 
class GraphStyleDialog(PyDVT.GUIBinding.Binding.Dialog)
      Dialog allowing to choose the properties of a graph :
        -       plot symbols
        -       line style
        -       color
 
  
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, eh, graphName='graph', graphCnf={'color': (0, 0, 255), 'style': 'dashed', 'symbol': 'circle', 'width': 2})

 
class PeakStyleDialog(PyDVT.GUIBinding.Binding.Dialog)
      Dialog allowing to choose the properties of a peak :
        in general :
                -       its name
        for its filling :
                -       style ( stripe density )
                -       color
        for its border
                -       line style
                -       width
                -       color
 
  
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, eh, peakName='peak', peakCnf={'color': (0, 0, 0), 'style': 'solid', 'width': 2})

 
class RoiStyleDialog(PyDVT.GUIBinding.Binding.Dialog)
      Dialog allowing to choose the properties of a roi :
        in general :
                -       its name
        for its filling :
                -       style ( stripe density )
                -       color
        for its border
                -       line style
                -       width
                -       color
 
  
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, eh, roiName='roi', roiFillCnf={'color': (198, 179, 234), 'fill': 'fill_25'}, roiBorderCnf={'color': (0, 179, 254), 'style': 'solid', 'width': 2})

 
Author
             Nicolas Pascal (pascal@esrf.fr)