cytoflowgui.preferences#

Skeleton preferences manager. At the moment, the only preference is whether to always use the default application layout.

class cytoflowgui.preferences.CytoflowPreferences(**traits)[source]#

Bases: PreferencesHelper

The preferences helper for the Cytoflow application.

preferences_path#

The path to the preference node that contains the preferences.

always_use_default_layout#

Whether to always apply the default application layout.

class cytoflowgui.preferences.CytoflowPreferencesPane(*args: Any, **kwargs: Any)[source]#

Bases: PreferencesPane

The preferences pane for the Cytoflow application.

model_factory#

The factory to use for creating the preferences model object.

alias of CytoflowPreferences

view#

The view for the preferences dialog box