cytoflowgui.help_pane#

Defines the dock pane to show a help page for the currently-selected operation or view.

class cytoflowgui.help_pane.HelpDockPane(*args, **kwargs)[source]#

Bases: TraitsDockPane

A pyface.tasks.i_dock_pane.IDockPane to view help for the current IWorkflowOperation or IWorkflowView.

id = 'cytoflowgui.help_pane'#

This pane’s GUID

name = 'Help'#

This pane’s name

task = <traits.trait_types.Instance object>#

The Task that serves as the controller

view_plugins = <traits.trait_types.List object>#

The list of IViewPlugin to search for help pages

op_plugins = <traits.trait_types.List object>#

The list of IOperationPlugin to search for help pages

help_id#

The GUID of the operation or view whose help we’re currently showing

alias of Str

html = <traits.trait_types.HTML object>#

The HTML trait containing the current help page

traits_view = ( Group(     Item( 'html'           object     = 'pane',           style      = 'simple',           show_label = False     ),     object = 'object',     style  = 'simple' ) )#
create_contents(parent)[source]#

Create the pane’s contents, which is just the view’s UI