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

Method setLabelColor

src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210STD_SETTER_CMD_IMPL_F_S(CartesianPlotLegend, SetLabelColor, QColor, labelColor, update)
211void CartesianPlotLegend::setLabelColor(const QColor& color) {
212 Q_D(CartesianPlotLegend);
213 if (color != d->labelColor)
214 exec(new CartesianPlotLegendSetLabelColorCmd(d, color, ki18n("%1: set font color")));
215}
216
217STD_SETTER_CMD_IMPL_F_S(CartesianPlotLegend, SetLabelColumnMajor, bool, labelColumnMajor, retransform)
218void CartesianPlotLegend::setLabelColumnMajor(bool columnMajor) {

Callers 2

loadThemeConfigMethod · 0.95
labelColorChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected