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

Method lockChanged

src/frontend/widgets/LabelWidget.cpp:1116–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114}
1115
1116void LabelWidget::lockChanged(bool locked) {
1117 CONDITIONAL_LOCK_RETURN;
1118 for (auto* label : m_labelsList)
1119 label->setLock(locked);
1120}
1121
1122// border
1123void LabelWidget::borderShapeChanged(int) {

Callers

nothing calls this directly

Calls 1

setLockMethod · 0.80

Tested by

no test coverage detected