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

Method toggleGUI

plugins/vestige/vestige.cpp:816–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814
815
816void VestigeInstrumentView::toggleGUI( void )
817{
818 if( m_vi == NULL || m_vi->m_plugin == NULL )
819 {
820 return;
821 }
822 m_vi->m_plugin->toggleUI();
823}
824
825
826

Callers

nothing calls this directly

Calls 1

toggleUIMethod · 0.45

Tested by

no test coverage detected