8.5.4.1.4. pymodaq_gui.parameter.pymodaq_ptypes.group module

class pymodaq_gui.parameter.pymodaq_ptypes.group.GroupParameter(**opts)[source]

Bases: GroupParameter

Methods

itemClass

itemClass

alias of GroupParameterItem

class pymodaq_gui.parameter.pymodaq_ptypes.group.GroupParameterItem(param, depth)[source]

Bases: GroupParameterItem

Group parameters are used mainly as a generic parent item that holds (and groups!) a set of child parameters. It also provides a simple mechanism for displaying a button or combo that can be used to add new parameters to the group.

Methods

addMenuItemSelected(path_tuple)

Called when a menu item is selected from the nested add menu The parameter MUST have an 'addNew' method defined.

optsChanged(param, opts)

updateAddMenu

addMenuItemSelected(path_tuple)[source]

Called when a menu item is selected from the nested add menu The parameter MUST have an ‘addNew’ method defined.

optsChanged(param, opts)[source]
updateAddMenu()[source]