MCPcopy 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

~CarlaInstrumentViewMethod · 0.85
toggleUIMethod · 0.85

Calls 2

lockFunction · 0.70
unlockFunction · 0.70

Tested by

no test coverage detected