* @brief Set the layer properties of a layer with the given position (by iterator) for the current layer list * * @param iter Points to the layer to be replaced * @param props The properties to replace the current properties */
| 432 | * @param props The properties to replace the current properties |
| 433 | */ |
| 434 | void set_properties (const LayerPropertiesConstIterator &iter, const LayerProperties &props) |
| 435 | { |
| 436 | set_properties (current_layer_list (), iter, props); |
| 437 | } |
| 438 | |
| 439 | /** |
| 440 | * @brief Sets a value indicating whether the given node is expanded in the layer tree |
no test coverage detected