| 722 | } |
| 723 | |
| 724 | void |
| 725 | LayerPropertiesNode::set_expanded (bool ex) |
| 726 | { |
| 727 | if (expanded () != ex) { |
| 728 | m_expanded = ex; |
| 729 | expanded_state_changed (); |
| 730 | } |
| 731 | } |
| 732 | |
| 733 | unsigned int |
| 734 | LayerPropertiesNode::list_index () const |
no test coverage detected