MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / mouseDoubleClickEvent

Method mouseDoubleClickEvent

src/gui/map/map_widget.cpp:1094–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094void MapWidget::mouseDoubleClickEvent(QMouseEvent* event)
1095{
1096 if (touch_cursor && tool && tool->usesTouchCursor())
1097 {
1098 if (!touch_cursor->mouseDoubleClickEvent(event))
1099 return;
1100 }
1101 _mouseDoubleClickEvent(event);
1102}
1103
1104void MapWidget::_mouseDoubleClickEvent(QMouseEvent* event)
1105{

Callers 1

Calls 1

usesTouchCursorMethod · 0.80

Tested by

no test coverage detected