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: apptools.preferences.preferences_helper.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: traitsui.api.

The preferences pane for the Cytoflow application.

model_factory

The factory to use for creating the preferences model object.

alias of cytoflowgui.preferences.CytoflowPreferences