MCPcopy Create free account
hub / github.com/YACReader/yacreader / rotateRight

Method rotateRight

YACReader/viewer.cpp:1234–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232 }
1233}
1234void Viewer::rotateRight()
1235{
1236 render->rotateRight();
1237 continuousRotation = (continuousRotation + 90) % 360;
1238 continuousPageProvider->setRotation(continuousRotation);
1239 if (continuousScroll) {
1240 continuousWidget->invalidateScaledImageCache();
1241 }
1242}
1243
1244// TODO
1245void Viewer::setBookmark(bool set)

Callers

nothing calls this directly

Calls 2

setRotationMethod · 0.45

Tested by

no test coverage detected