MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / processDropEvent

Method processDropEvent

src/domain/UBGraphicsWidgetItem.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362bool UBGraphicsWidgetItem::processDropEvent(QGraphicsSceneDragDropEvent *event)
363{
364 return mUniboardAPI->ProcessDropEvent(event);
365}
366
367bool UBGraphicsWidgetItem::isDropableData(const QMimeData *data) const
368{

Callers

nothing calls this directly

Calls 1

ProcessDropEventMethod · 0.80

Tested by

no test coverage detected