MCPcopy Create free account
hub / github.com/KDE/labplot / mouseReleaseEvent

Method mouseReleaseEvent

src/backend/worksheet/plots/cartesian/CustomPoint.cpp:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void CustomPointPrivate::mouseReleaseEvent(QGraphicsSceneMouseEvent* event) {
204 // don't move when the parent is a InfoElement, because there
205 // the custompoint position changes by the mouse are not allowed
206 if (q->parentAspect()->type() == AspectType::InfoElement)
207 return;
208
209 WorksheetElementPrivate::mouseReleaseEvent(event);
210}
211
212// ##############################################################################
213// ################## Serialization/Deserialization ###########################

Callers

nothing calls this directly

Calls 2

parentAspectMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected