| 140 | } |
| 141 | |
| 142 | unsigned int |
| 143 | LayoutLayers::insert_layer (const LayerProperties &props) |
| 144 | { |
| 145 | unsigned int i = do_insert_layer (); |
| 146 | set_properties (i, props); |
| 147 | return i; |
| 148 | } |
| 149 | |
| 150 | void |
| 151 | LayoutLayers::insert_layer (unsigned int index, const LayerProperties &props) |
nothing calls this directly
no test coverage detected