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

Method lineColorChanged

src/backend/worksheet/plots/cartesian/ReferenceLine.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void ReferenceLine::lineColorChanged(QAction* action) {
205 Q_D(const ReferenceLine);
206 d->line->setColor(GuiTools::colorFromAction(lineColorActionGroup, action));
207}
208
209// ##############################################################################
210// ####################### Private implementation ###############################

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected