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

Method labelPositionChanged

src/backend/worksheet/InfoElement.cpp:522–528  ·  view source on GitHub ↗

! * Will be called, when the label changes his position * @param position */

Source from the content-addressed store, hash-verified

520 * @param position
521 */
522void InfoElement::labelPositionChanged(TextLabel::PositionWrapper /*position*/) {
523 if (m_suppressChildPositionChanged)
524 return;
525
526 Q_D(InfoElement);
527 d->retransform();
528}
529
530void InfoElement::labelVisibleChanged(bool /*visible*/) {
531 Q_D(InfoElement);

Callers

nothing calls this directly

Calls 1

retransformMethod · 0.45

Tested by

no test coverage detected