MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / dropEvent

Method dropEvent

src/openms_gui/source/VISUAL/PlotWidget.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 void PlotWidget::dropEvent(QDropEvent* event)
295 {
296 emit dropReceived(event->mimeData(), dynamic_cast<QWidget*>(event->source()), this->getWindowId());
297 event->acceptProposedAction();
298 }
299
300 void PlotWidget::paintEvent(QPaintEvent * /*event*/)
301 {

Callers

nothing calls this directly

Calls 1

getWindowIdMethod · 0.80

Tested by

no test coverage detected