MCPcopy Create free account
hub / github.com/audacity/audacity / init

Method init

src/effects/VST3/internal/PlugFrame.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void internal::PlugFrame::init(Steinberg::IPlugView* view, Steinberg::ViewRect* size)
28{
29 if(!mInitialized)
30 resizeView(view, size);
31}
32
33Steinberg::tresult internal::PlugFrame::resizeView(Steinberg::IPlugView* view, Steinberg::ViewRect* newSize)
34{

Callers 2

TryLoadNativeUIMethod · 0.45
PopupMenuBuilderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected