MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / resized

Method resized

Source/Plugin/CtrlrProcessorEditorForLive.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void CtrlrEditorWrapper::resized()
25{
26 DocumentWindow::resized();
27 liveEditorOwner.wrapperResized();
28}
29
30CtrlrProcessorEditorForLive::CtrlrProcessorEditorForLive(CtrlrProcessor *_filterOwner, CtrlrManager &_owner)
31 : owner(_owner), filterOwner(_filterOwner), AudioProcessorEditor((AudioProcessor *)_filterOwner),

Callers

nothing calls this directly

Calls 2

wrapperResizedMethod · 0.80
resizedFunction · 0.50

Tested by

no test coverage detected