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

Method usrWaveClicked

plugins/bit_invader/bit_invader.cpp:523–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521
522
523void bitInvaderView::usrWaveClicked()
524{
525 QString fileName = m_graph->model()->setWaveToUser();
526 if (!fileName.isEmpty())
527 {
528 ToolTip::add(m_usrWaveBtn, fileName);
529 m_graph->model()->clearInvisible();
530 Engine::getSong()->setModified();
531 }
532}
533
534
535

Callers

nothing calls this directly

Calls 7

addFunction · 0.85
getSongFunction · 0.85
setWaveToUserMethod · 0.80
clearInvisibleMethod · 0.80
setModifiedMethod · 0.80
modelMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected