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

Method labelColorChanged

src/frontend/dockwidgets/CartesianPlotLegendDock.cpp:319–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void CartesianPlotLegendDock::labelColorChanged(const QColor& color) {
320 CONDITIONAL_LOCK_RETURN;
321
322 for (auto* legend : m_legendList)
323 legend->setLabelColor(color);
324}
325
326void CartesianPlotLegendDock::labelOrderChanged(const int index) {
327 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setLabelColorMethod · 0.80

Tested by

no test coverage detected