Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ dropEvent
Method
dropEvent
src/tracks/InstrumentTrack.cpp:1130–1134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1128
1129
1130
void InstrumentTrackView::dropEvent( QDropEvent * _de )
1131
{
1132
getInstrumentTrackWindow()->dropEvent( _de );
1133
TrackView::dropEvent( _de );
1134
}
1135
1136
1137
Callers
nothing calls this directly
Calls
9
getSong
Function · 0.85
loadInstrument
Method · 0.80
setModified
Method · 0.80
supportsFileType
Method · 0.80
pluginSupportingExtension
Method · 0.80
accept
Method · 0.45
loadSettings
Method · 0.45
name
Method · 0.45
loadFile
Method · 0.45
Tested by
no test coverage detected