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

Method setLabelsOpacity

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

Source from the content-addressed store, hash-verified

1050
1051STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsOpacity, qreal, labelsOpacity, update)
1052void Axis::setLabelsOpacity(qreal opacity) {
1053 Q_D(Axis);
1054 if (opacity != d->labelsOpacity)
1055 exec(new AxisSetLabelsOpacityCmd(d, opacity, ki18n("%1: set labels opacity")));
1056}
1057
1058// ##############################################################################
1059// #################################### SLOTs ################################

Callers 2

loadThemeConfigMethod · 0.95
labelsOpacityChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected