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

Method setPositionLogicalEnd

src/backend/worksheet/plots/cartesian/ReferenceRange.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224STD_SETTER_CMD_IMPL_F_S(ReferenceRange, SetPositionLogicalEnd, QPointF, positionLogicalEnd, retransform)
225void 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 ########

Calls

no outgoing calls