Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ dragEnterEvent
Method
dragEnterEvent
Gui/SequenceFileDialog.cpp:1155–1159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1153
}
1154
1155
void
1156
SequenceDialogView::dragEnterEvent(QDragEnterEvent* e)
1157
{
1158
e->accept();
1159
}
1160
1161
void
1162
SequenceDialogView::dragMoveEvent(QDragMoveEvent* e)
Callers
nothing calls this directly
Calls
2
accept
Method · 0.80
canDrop
Method · 0.45
Tested by
no test coverage detected