* @brief Gets the expanded state of the layer properties node */
| 1083 | * @brief Gets the expanded state of the layer properties node |
| 1084 | */ |
| 1085 | bool expanded () const |
| 1086 | { |
| 1087 | refresh (); |
| 1088 | return m_expanded; |
| 1089 | } |
| 1090 | |
| 1091 | /** |
| 1092 | * @brief Child layers: begin iterator |
no test coverage detected