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

Method rotationChanged

src/frontend/dockwidgets/CartesianPlotLegendDock.cpp:452–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void CartesianPlotLegendDock::rotationChanged(int value) {
453 CONDITIONAL_LOCK_RETURN;
454
455 for (auto* legend : m_legendList)
456 legend->setRotationAngle(value);
457}
458
459/*!
460 * \brief CartesianPlotLegendDock::bindingChanged

Callers

nothing calls this directly

Calls 1

setRotationAngleMethod · 0.45

Tested by

no test coverage detected