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

Method show

src/progress.cpp:390–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void ProgressDialog::show()
391{
392 if(m_progressDelayTimer)
393 killTimer(m_progressDelayTimer);
394 if(m_delayedHideTimer)
395 killTimer(m_delayedHideTimer);
396 m_progressDelayTimer = 0;
397 m_delayedHideTimer = 0;
398 if(parentWidget() == nullptr || parentWidget()->isVisible())
399 {
400 QDialog::show();
401 }
402}
403
404void ProgressDialog::hide()
405{

Callers 14

setStayHiddenMethod · 0.80
showMainWindowMethod · 0.80
slotViewStatusBarMethod · 0.80
KDiff3ShellMethod · 0.80
optionsShowToolbarMethod · 0.80
optionsShowStatusbarMethod · 0.80
mainInitMethod · 0.80
slotFileOpenMethod · 0.80
doDirectoryCompareMethod · 0.80
slotDirShowBothMethod · 0.80
slotDirViewToggleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected