cytoflowgui.subset_controllers

Instances of traitsui.handler.Controller for the various ISubset classes. These contain the traitsui.view.Views for them. Also a utility function to return the appropriate handler for an arbitrary ISubset model.

class cytoflowgui.subset_controllers.BoolSubsetHandler(*args: Any, **kwargs: Any)[source]

Bases: traitsui.api.Controller

Controller for BoolSubset

subset_view()[source]
class cytoflowgui.subset_controllers.CategorySubsetHandler(*args: Any, **kwargs: Any)[source]

Bases: traitsui.api.Controller

Controller for CategorySubset

subset_view()[source]
class cytoflowgui.subset_controllers.RangeSubsetHandler(*args: Any, **kwargs: Any)[source]

Bases: traitsui.api.Controller

Controller for RangeSubset

subset_view()[source]
cytoflowgui.subset_controllers.subset_handler_factory(model)[source]

A factory method to produce the right handler for a given implementation of ISubset