MCPcopy Create free account
hub / github.com/KDE/kdiff3 / scrollMergeResultWindow

Method scrollMergeResultWindow

src/pdiff.cpp:531–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void KDiff3App::scrollMergeResultWindow(qint32 deltaX, qint32 deltaY)
532{
533 if(deltaY != 0)
534 MergeResultWindow::mVScrollBar->setValue(MergeResultWindow::mVScrollBar->value() + deltaY);
535 if(deltaX != 0)
536 m_pHScrollBar->setValue(m_pHScrollBar->value() + deltaX);
537}
538
539void KDiff3App::sourceMask(qint32 srcMask, qint32 enabledMask)
540{

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80
valueMethod · 0.80

Tested by

no test coverage detected