PYME.LMVis.pointSettingsPanel module

Created on Sat May 14 11:20:11 2016

@author: david

PYME.LMVis.pointSettingsPanel.GenPointsPanel(visgui, pnl, title='Points')

Generate a ponts pane and insert into the given panel

class PYME.LMVis.pointSettingsPanel.PointDisplaySettings(*args, **kwargs)

Bases: HasTraits

alpha = <PYME.misc.mock_traits.Float object>
colourDataKey = <PYME.misc.mock_traits.CStr object>
pointSize = <PYME.misc.mock_traits.Float object>
class PYME.LMVis.pointSettingsPanel.PointSettingsPanel(parent, pipeline, pointDisplaySettings)

Bases: mClass

A GUI class for determining the settings to use when displaying points in VisGUI.

Constructed as follows: PointSettingsPanel(parent, pipeline, pointDisplaySettings)

where:

parent is the parent window pipeline is the pipeline object which provides the points, pointDisplaySettings is an instance of PointDisplaySettings

OnChangePointColour(event)
OnPointAlphaChange(event)
OnPointSizeChange(event)
UpdatePointColourChoices(event=None, **kwargs)

Update our choice of keys if the pipeline has changed.