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

Method mouseDoubleClickEvent

ImagePlay/src/IPImageViewer.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void IPImageViewerGraphicsView::mouseDoubleClickEvent(QMouseEvent* event)
341{
342 ((IPImageViewer*) parent())->on_mouseDoubleClicked();
343}
344
345void IPPixmapItem::hoverMoveEvent(QGraphicsSceneHoverEvent *event)
346{

Callers

nothing calls this directly

Calls 1

on_mouseDoubleClickedMethod · 0.80

Tested by

no test coverage detected