| 655 | } |
| 656 | |
| 657 | void SubSurface_Impl::removeAllShadingControls() { |
| 658 | auto thisSubSurface = getObject<SubSurface>(); |
| 659 | for (ShadingControl& shadingControl : shadingControls()) { |
| 660 | shadingControl.removeSubSurface(thisSubSurface); |
| 661 | } |
| 662 | } |
| 663 | |
| 664 | bool SubSurface_Impl::setWindowPropertyFrameAndDivider(const WindowPropertyFrameAndDivider& windowPropertyFrameAndDivider) { |
| 665 | bool result = false; |