| 560 | } |
| 561 | |
| 562 | void |
| 563 | Effect::beginChanges() |
| 564 | { |
| 565 | getInternalNode()->getEffectInstance()->beginChanges(); |
| 566 | getInternalNode()->beginInputEdition(); |
| 567 | } |
| 568 | |
| 569 | void |
| 570 | Effect::endChanges() |
nothing calls this directly
no test coverage detected