cytoflowgui.view_pane

Dock panes for modifying an IWorkflowViews traits and the parameters that are passed to IView.plot.

class cytoflowgui.view_pane.ViewDockPane(*args, **kwargs)[source]

Bases: pyface.tasks.traits_dock_pane.TraitsDockPane

A DockPane to manipulate the traits of the currently selected view.

id = 'edu.mit.synbio.cytoflowgui.view_traits_pane'
name = 'View Properties'
task = <traits.trait_types.Instance object>
view_plugins = <traits.trait_types.List object>
handler = <traits.trait_types.Instance object>
image_size = <traits.trait_types.Tuple object>
create_contents(parent)[source]

Create and return the toolkit-specific contents of the dock pane.

class cytoflowgui.view_pane.PlotParamsPane(*args, **kwargs)[source]

Bases: pyface.tasks.traits_dock_pane.TraitsDockPane

id = 'edu.mit.synbio.cytoflowgui.params_pane'
name = 'Plot Parameters'
handler = <traits.trait_types.Instance object>
closable = True
dock_area = 'right'
floatable = True
movable = True
visible = True
create_contents(parent)[source]

Create and return the toolkit-specific contents of the dock pane.