| 212 | } |
| 213 | |
| 214 | unsigned int |
| 215 | LayoutLayers::insert_special_layer (const LayerProperties &props) |
| 216 | { |
| 217 | unsigned int i = do_insert_layer (true /*special*/); |
| 218 | set_properties (i, props); |
| 219 | return i; |
| 220 | } |
| 221 | |
| 222 | void |
| 223 | LayoutLayers::insert_special_layer (unsigned int index, const LayerProperties &props) |
no test coverage detected