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

Method moveView

YACReader/viewer.cpp:738–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738void Viewer::moveView(Qt::Key directionKey)
739{
740 QKeyEvent event(QEvent::KeyPress, directionKey, Qt::NoModifier);
741 QAbstractScrollArea::keyPressEvent(&event);
742 emit backgroundChanges();
743}
744
745void Viewer::animateScroll(QPropertyAnimation &scroller, const QScrollBar &scrollBar, int delta)
746{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected