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

Method rotationChanged

src/frontend/dockwidgets/ImageDock.cpp:418–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void ImageDock::rotationChanged(int value) {
419 CONDITIONAL_LOCK_RETURN;
420
421 for (auto* image : m_imageList)
422 image->setRotationAngle(value);
423}
424
425void ImageDock::lockChanged(bool locked) {
426 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setRotationAngleMethod · 0.45

Tested by

no test coverage detected