cytoflowgui.view_pane#

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

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

Bases: TraitsDockPane

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

id = '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>#
create_contents(parent)[source]#

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

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

Bases: TraitsDockPane

id = '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.