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

Method labelBorderShapeChanged

src/backend/worksheet/InfoElement.cpp:606–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void InfoElement::labelBorderShapeChanged() {
607 Q_D(InfoElement);
608 Q_EMIT labelBorderShapeChangedSignal();
609 d->retransform();
610}
611
612/*!
613 * Delete child and remove from markerpoint list if it is a markerpoint. If it is a textlabel delete complete InfoElement

Callers

nothing calls this directly

Calls 1

retransformMethod · 0.45

Tested by

no test coverage detected