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

Method lineColorChanged

src/backend/worksheet/plots/cartesian/Axis.cpp:1102–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102void Axis::lineColorChanged(QAction* action) {
1103 Q_D(const Axis);
1104 d->line->setColor(GuiTools::colorFromAction(lineColorActionGroup, action));
1105}
1106
1107// #####################################################################
1108// ################### Private implementation ##########################

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected