Home
last modified time | relevance | path

Searched refs:theInteraction (Results 1 – 1 of 1) sorted by relevance

/dports/astro/merkaartor/merkaartor-0.19.0/src/common/
H A DMapView.cpp61 Interaction* theInteraction; member in MapViewPrivate
74 , theInteraction(0) in MapViewPrivate()
310 if (p->theInteraction) { in paintEvent()
696 if (p->theInteraction) in mousePressEvent()
703 if (p->theInteraction) in mouseReleaseEvent()
710 if (p->theInteraction) in mouseMoveEvent()
711 p->theInteraction->mouseMoveEvent(anEvent); in mouseMoveEvent()
716 if (p->theInteraction) in mouseDoubleClickEvent()
722 if (p->theInteraction) in wheelEvent()
728 return p->theInteraction; in interaction()
[all …]