cytoflowgui.view_plugins.view_plugin_base#

@author: brian

class cytoflowgui.view_plugins.view_plugin_base.PluginHelpMixin[source]#

Bases: HasTraits

A mixin to get online HTML help for a class. It determines the HTML path name from the class name.

get_help()[source]#

Gets the HTML help for this class.

Returns:

The HTML help in a single string.

Return type:

string

class cytoflowgui.view_plugins.view_plugin_base.ViewHandler(*args: Any, **kwargs: Any)[source]#

Bases: Controller

Useful bits for view handlers.

context = <traits.trait_types.Instance object>#