| 2937 | } |
| 2938 | |
| 2939 | void |
| 2940 | LayoutViewBase::init_layer_properties (LayerProperties &p) const |
| 2941 | { |
| 2942 | init_layer_properties (p, get_properties ()); |
| 2943 | } |
| 2944 | |
| 2945 | void |
| 2946 | LayoutViewBase::init_layer_properties (LayerProperties &p, const LayerPropertiesList &lp_list) const |
no test coverage detected