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

Method hideUI

plugins/vst_base/VstPlugin.cpp:548–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548void VstPlugin::hideUI()
549{
550 if ( m_embedMethod == "none" )
551 {
552 RemotePlugin::hideUI();
553 }
554 else if ( pluginWidget() != nullptr )
555 {
556 toggleEditorVisibility( false );
557 }
558}
559
560// X11Embed only
561void VstPlugin::handleClientEmbed()

Callers 2

loadSettingsMethod · 0.45
togglePluginUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected