MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / dragEnterEvent

Method dragEnterEvent

bt_editor/editor_flowscene.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void EditorFlowScene::dragEnterEvent(QGraphicsSceneDragDropEvent *event)
42{
43 if(event->mimeData()->hasFormat("application/x-qabstractitemmodeldatalist") )
44 {
45 event->setAccepted(true);
46 }
47}
48
49void EditorFlowScene::dragLeaveEvent(QGraphicsSceneDragDropEvent *event)
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected