.. _`All parameters example`: .. _`org.sysess.sympathy.examples.allparameters`: All parameters example ~~~~~~~~~~~~~~~~~~~~~~ .. image:: example.svg :width: 48 This node includes all available configuration options for initialising parameters. The configuration GUI is automatically generated by the platform. :Configuration: All types of configuration options :Ref. nodes: :ref:`Hello world example`, :ref:`Output example` *Ports*: *Configuration*: **stringfloat** A float **spinfloat** A float **combo_float1** Float parameter with predefined options. **stringinteger** An integer **spininteger** An integer **combo_integer1** Integer parameter with predefined options. **combo_integer2** Integer parameter with dynamic options. **lineedit** Text on a single line **textedit** (no description) **combo_string1** String parameter with predefined options. **combo_string2** String parameter with predefined options. **combo_string3** String parameter with predefined options. **combo_string4** String parameter with predefined options. Selected option can be edited (press return to confirm edit). **filename** A filename including path if needed **save_filename** A filename including path if needed **directory** A directory including path if needed **boolflag** A boolean flag indicating true or false **combo** A combo box **editcombo** An editable combo box. Selected option can be edited (press return to confirm edit). **alist** A list **editlist** An editable lists (use double-click, right-click). Only checked elements are saved. **multilist** A list with multiselect **editmultilist** An editable multiselect list (use double-click, right-click). Only checked elements are saved. .. automodule:: node_examples .. class:: AllParametersExample