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

Method setRotationAngle

src/backend/datapicker/DatapickerImage.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
392STD_SETTER_CMD_IMPL_S(DatapickerImage, SetRotationAngle, float, rotationAngle)
393void DatapickerImage::setRotationAngle(float angle) {
394 Q_D(DatapickerImage);
395 if (angle != d->rotationAngle)
396 exec(new DatapickerImageSetRotationAngleCmd(d, angle, ki18n("%1: set rotation angle")));
397}
398
399STD_SETTER_CMD_IMPL_S(DatapickerImage, SetAxisPoints, DatapickerImage::ReferencePoints, axisPoints)
400void DatapickerImage::setAxisPoints(const DatapickerImage::ReferencePoints& points) {

Callers 5

loadGraphLayerMethod · 0.45
loadAxisMethod · 0.45
loadSymbolMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected