| 223 | |
| 224 | STD_SETTER_CMD_IMPL_F_S(ReferenceRange, SetPositionLogicalEnd, QPointF, positionLogicalEnd, retransform) |
| 225 | void ReferenceRange::setPositionLogicalEnd(QPointF pos) { |
| 226 | Q_D(ReferenceRange); |
| 227 | if (pos != d->positionLogicalEnd) |
| 228 | exec(new ReferenceRangeSetPositionLogicalEndCmd(d, pos, ki18n("%1: set end logical position"))); |
| 229 | } |
| 230 | |
| 231 | // ############################################################################## |
| 232 | // ###### SLOTs for changes triggered via QActions in the context menu ######## |
no outgoing calls