Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ toggleUI
Function
toggleUI
include/RemotePlugin.h:822–827 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
820
821
822
virtual void toggleUI()
823
{
824
lock();
825
sendMessage( IdToggleUI );
826
unlock();
827
}
828
829
int isUIVisible()
830
{
Callers
3
VstEffectControlDialog
Method · 0.85
~CarlaInstrumentView
Method · 0.85
toggleUI
Method · 0.85
Calls
2
lock
Function · 0.70
unlock
Function · 0.70
Tested by
no test coverage detected