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

Method slotDirViewToggle

src/pdiff.cpp:1573–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1571}
1572
1573void KDiff3App::slotDirViewToggle()
1574{
1575 if(m_bDirCompare)
1576 {
1577 if(!m_pDirectoryMergeDock->isVisible())
1578 {
1579 m_pDirectoryMergeDock->show();
1580 m_pDirectoryMergeInfoDock->show();
1581 m_pMainWidget->hide();
1582 }
1583 else
1584 {
1585 m_pDirectoryMergeDock->hide();
1586 m_pDirectoryMergeInfoDock->hide();
1587 m_pMainWidget->show();
1588 }
1589 }
1590 Q_EMIT updateAvailabilities();
1591}
1592
1593void KDiff3App::slotShowWindowAToggled()
1594{

Callers

nothing calls this directly

Calls 2

showMethod · 0.80
hideMethod · 0.80

Tested by

no test coverage detected