Skip to content
Snippets Groups Projects
  • Andre Maroneze's avatar
    1f3fc9c6
    [Kernel] replace do_iterate with is_reconfigurable · 1f3fc9c6
    Andre Maroneze authored and Julien Signoles's avatar Julien Signoles committed
    Allows iterating through _all_ plugin options, while keeping same list of
    options for the GUI.
    
    Typed parameters have two extra fields:
    - visible: must be synchronized with the Cmdline.visible field;
    - reconfigurable: to be shown in the GUI's "Analyses" panel.
    
    iter_on_plugins (and fold_on_plugins) operate over all plugin options
    1f3fc9c6
    History
    [Kernel] replace do_iterate with is_reconfigurable
    Andre Maroneze authored and Julien Signoles's avatar Julien Signoles committed
    Allows iterating through _all_ plugin options, while keeping same list of
    options for the GUI.
    
    Typed parameters have two extra fields:
    - visible: must be synchronized with the Cmdline.visible field;
    - reconfigurable: to be shown in the GUI's "Analyses" panel.
    
    iter_on_plugins (and fold_on_plugins) operate over all plugin options