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

Method setLockPainting

src/pdiff.cpp:421–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void KDiff3App::setLockPainting(bool bLock)
422{
423 if(m_pDiffTextWindow1) m_pDiffTextWindow1->setPaintingAllowed(!bLock);
424 if(m_pDiffTextWindow2) m_pDiffTextWindow2->setPaintingAllowed(!bLock);
425 if(m_pDiffTextWindow3) m_pDiffTextWindow3->setPaintingAllowed(!bLock);
426 if(m_pOverview) m_pOverview->setPaintingAllowed(!bLock);
427 if(m_pMergeResultWindow) m_pMergeResultWindow->setPaintingAllowed(!bLock);
428}
429
430void KDiff3App::createCaption()
431{

Callers

nothing calls this directly

Calls 1

setPaintingAllowedMethod · 0.45

Tested by

no test coverage detected