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

Method valuesColorChanged

src/frontend/dockwidgets/XYCurveDock.cpp:828–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827
828void XYCurveDock::valuesColorChanged(const QColor& color) {
829 CONDITIONAL_LOCK_RETURN;
830
831 for (auto* curve : m_curvesList)
832 curve->setValuesColor(color);
833}
834
835//"Margin Plots"-Tab
836void XYCurveDock::rugEnabledChanged(bool state) {

Callers

nothing calls this directly

Calls 1

setValuesColorMethod · 0.80

Tested by

no test coverage detected