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

Method lockChanged

src/frontend/dockwidgets/CartesianPlotLegendDock.cpp:292–297  ·  view source on GitHub ↗

"General"-tab

Source from the content-addressed store, hash-verified

290
291// "General"-tab
292void CartesianPlotLegendDock::lockChanged(bool locked) {
293 CONDITIONAL_LOCK_RETURN;
294
295 for (auto* legend : m_legendList)
296 legend->setLock(locked);
297}
298
299// General
300void CartesianPlotLegendDock::labelFontChanged(const QFont& font) {

Callers

nothing calls this directly

Calls 1

setLockMethod · 0.80

Tested by

no test coverage detected