* @brief Begin iterator for the layers * * This iterator delivers recursively the layers of this view */
| 553 | * This iterator delivers recursively the layers of this view |
| 554 | */ |
| 555 | LayerPropertiesConstIterator begin_layers () const |
| 556 | { |
| 557 | return get_properties ().begin_const_recursive (); |
| 558 | } |
| 559 | |
| 560 | /** |
| 561 | * @brief End iterator for the layers |
no test coverage detected