MCPcopy Create free account
hub / github.com/LMMS/lmms / createView

Method createView

plugins/VstEffect/VstEffectControls.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153
154EffectControlDialog *VstEffectControls::createView()
155{
156 auto dialog = new VstEffectControlDialog( this );
157 dialog->togglePluginUI( m_vstGuiVisible );
158 return dialog;
159}
160
161
162

Callers

nothing calls this directly

Calls 1

togglePluginUIMethod · 0.80

Tested by

no test coverage detected