* @brief Sets a value indicating whether the given node is expanded in the layer tree * * @param iter Points to the layer node to be modified * @param ex True if the layer node shall be expanded, false if it shall be collapsed */
| 443 | * @param ex True if the layer node shall be expanded, false if it shall be collapsed |
| 444 | */ |
| 445 | void set_layer_node_expanded (const LayerPropertiesConstIterator &iter, bool ex) |
| 446 | { |
| 447 | set_layer_node_expanded (current_layer_list (), iter, ex); |
| 448 | } |
| 449 | |
| 450 | /** |
| 451 | * @brief Set the layer properties of a layer with the given position (by iterator) for the layer list with the given index |
nothing calls this directly
no test coverage detected