Parameter Widgets#

mne.datasets:

Authors: Martin Schulz <dev@mgschulz.de> License: BSD 3-Clause Github: marsipu/mne-pipeline-hd

Param(data, name[, alias, default, ...])

Base-Class Parameter-GUIs, not to be called directly Inherited Clases should have "Gui" in their name to get identified correctly.

BoolGui([return_integer])

A GUI for Boolean-Parameters

CheckListGui(options[, value_string_length, ...])

A GUI to select items from a list of options

ComboGui(options[, raise_missing])

A GUI for a Parameter with limited options

DictGui([value_string_length])

A GUI for a dictionary

FloatGui([min_val, max_val, step, decimals])

A GUI for Float-Parameters

FuncGui(**kwargs)

A GUI for Parameters defined by small functions, e.g from numpy

IntGui([min_val, max_val, special_value_text])

A GUI for Integer-Parameters

LabelGui([value_string_length])

This GUI lets the user pick labels from a brain.

ListGui([value_string_length])

A GUI for as list

MultiTypeGui([type_selection, types, ...])

A GUI which accepts multiple types of values in a single LineEdit

SliderGui([min_val, max_val, step, tracking])

A GUI to show a slider for Int/Float-Parameters

StringGui(**kwargs)

A GUI for String-Parameters

TupleGui([min_val, max_val, step])

A GUI for Tuple-Parameters