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

Method lineColorChanged

src/backend/worksheet/plots/cartesian/ReferenceRange.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void ReferenceRange::lineColorChanged(QAction* action) {
247 Q_D(const ReferenceRange);
248 d->line->setColor(GuiTools::colorFromAction(lineColorActionGroup, action));
249}
250
251// ##############################################################################
252// ####################### Private implementation ###############################

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected