8.5.4.1.4. pymodaq_gui.parameter.pymodaq_ptypes.group module
- class pymodaq_gui.parameter.pymodaq_ptypes.group.GroupParameter(**opts)[source]
Bases:
GroupParameterMethods
alias of
GroupParameterItem- itemClass
alias of
GroupParameterItem
- class pymodaq_gui.parameter.pymodaq_ptypes.group.GroupParameterItem(param, depth)[source]
Bases:
GroupParameterItemGroup 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)Called when any options are changed that are not name, value, default, or limits
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.