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

Method labelsFormatChanged

src/frontend/dockwidgets/AxisDock.cpp:1317–1322  ·  view source on GitHub ↗

"Tick labels"-tab

Source from the content-addressed store, hash-verified

1315
1316//"Tick labels"-tab
1317void AxisDock::labelsFormatChanged(int index) {
1318 CONDITIONAL_LOCK_RETURN;
1319
1320 for (auto* axis : m_axesList)
1321 axis->setLabelsFormat(Axis::indexToLabelsFormat(index));
1322}
1323
1324void AxisDock::labelsFormatAutoChanged(bool automatic) {
1325 // Must be above the lock, because if the axis changes the value without interacting with the

Callers

nothing calls this directly

Calls 1

setLabelsFormatMethod · 0.80

Tested by

no test coverage detected