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

Method showUI

plugins/vst_base/VstPlugin.cpp:533–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533void VstPlugin::showUI()
534{
535 if ( m_embedMethod == "none" )
536 {
537 RemotePlugin::showUI();
538 }
539 else if ( m_embedMethod != "headless" )
540 {
541 if (! editor()) {
542 qWarning() << "VstPlugin::showUI called before VstPlugin::createUI";
543 }
544 toggleEditorVisibility( true );
545 }
546}
547
548void VstPlugin::hideUI()
549{

Callers 6

loadSettingsMethod · 0.45
loadFileMethod · 0.45
togglePluginUIMethod · 0.45
guiLoopMethod · 0.45
initPluginMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected