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

Method setZValue

src/backend/worksheet/InfoElement.cpp:421–428  ·  view source on GitHub ↗

! * Set the z value of the m_title and the custompoints higher than the infoelement * @param value */

Source from the content-addressed store, hash-verified

419 * @param value
420 */
421void InfoElement::setZValue(qreal value) {
422 graphicsItem()->setZValue(value);
423
424 m_title->setZValue(value + 1);
425
426 for (auto& markerpoint : markerpoints)
427 markerpoint.customPoint->setZValue(value + 1);
428}
429
430/*!
431 * Returns the amount of markerpoints. Used in the InfoElementDock to fill listWidget.

Callers 8

setScalePixmapMethod · 0.45
mouseMoveEventMethod · 0.45
mouseMoveEventMethod · 0.45
handleAspectAddedMethod · 0.45
handleAspectMovedMethod · 0.45
handleAspectAddedMethod · 0.45
handleAspectMovedMethod · 0.45
handleAspectAddedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected