MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / mouseReleaseEvent

Method mouseReleaseEvent

ImagePlay/src/IPImageViewer.cpp:333–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void IPImageViewerGraphicsView::mouseReleaseEvent(QMouseEvent* event)
334{
335 ((IPImageViewer*) parent())->on_mouseClicked();
336
337 QGraphicsView::mouseReleaseEvent(event);
338}
339
340void IPImageViewerGraphicsView::mouseDoubleClickEvent(QMouseEvent* event)
341{

Callers

nothing calls this directly

Calls 1

on_mouseClickedMethod · 0.80

Tested by

no test coverage detected