| 1050 | |
| 1051 | STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsOpacity, qreal, labelsOpacity, update) |
| 1052 | void 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 ################################ |
no outgoing calls
no test coverage detected