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

Method setLabelFont

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

Source from the content-addressed store, hash-verified

195// ##############################################################################
196STD_SETTER_CMD_IMPL_F_S(CartesianPlotLegend, SetLabelFont, QFont, labelFont, retransform)
197void CartesianPlotLegend::setLabelFont(const QFont& font) {
198 Q_D(CartesianPlotLegend);
199 if (font != d->labelFont)
200 exec(new CartesianPlotLegendSetLabelFontCmd(d, font, ki18n("%1: set font")));
201}
202
203STD_SETTER_CMD_IMPL_F_S(CartesianPlotLegend, SetUsePlotColor, bool, usePlotColor, retransform)
204void CartesianPlotLegend::setUsePlotColor(bool usePlotColor) {

Callers 2

labelFontChangedMethod · 0.80
loadGraphLayerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected