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

Method labelsPrefixChanged

src/frontend/dockwidgets/AxisDock.cpp:1474–1480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1472}
1473
1474void AxisDock::labelsPrefixChanged() {
1475 CONDITIONAL_LOCK_RETURN;
1476
1477 const QString& prefix = ui.leLabelsPrefix->text();
1478 for (auto* axis : m_axesList)
1479 axis->setLabelsPrefix(prefix);
1480}
1481
1482void AxisDock::labelsSuffixChanged() {
1483 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 2

setLabelsPrefixMethod · 0.80
textMethod · 0.45

Tested by

no test coverage detected