cytoflowgui.view_pane¶
Dock panes for modifying an IWorkflowViews traits and the parameters
that are passed to IView.plot.
ViewDockPane– the dock pane to manipulate the traits of the currently selected view.PlotParamsPane– the dock pane to manipulate the parameters passed toIView.plot.
- class cytoflowgui.view_pane.ViewDockPane(*args, **kwargs)[source]¶
Bases:
pyface.tasks.traits_dock_pane.TraitsDockPaneA 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>¶
- 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¶