| 324 | } |
| 325 | |
| 326 | juce::UndoManager* NodeBase::getUndoManager(bool returnIfPending) const |
| 327 | { |
| 328 | return getRootNetwork()->getUndoManager(returnIfPending); |
| 329 | } |
| 330 | |
| 331 | juce::Rectangle<int> NodeBase::getBoundsToDisplay(Rectangle<int> originalHeight) const |
| 332 | { |
no outgoing calls
no test coverage detected