MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / reload

Method reload

3rdparty/unioncode-GitQlient/src/big_widgets/DiffWidget.cpp:78–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void DiffWidget::reload()
79{
80 if (mCenterStackedWidget->count() > 0)
81 {
82 if (const auto fileDiff = dynamic_cast<FileDiffWidget *>(mCenterStackedWidget->currentWidget()))
83 fileDiff->reload();
84 else if (const auto fullDiff = dynamic_cast<FullDiffWidget *>(mCenterStackedWidget->currentWidget()))
85 fullDiff->reload();
86 }
87}
88
89void DiffWidget::clear() const
90{

Callers 8

reloadBlameMethod · 0.45
loadFileDiffMethod · 0.45
loadCommitDiffMethod · 0.45
updateUiFromWatcherMethod · 0.45
selectCommitMethod · 0.45
updateUiFromWatcherMethod · 0.45
onRepoLoadFinishedMethod · 0.45
showBuildSystemViewMethod · 0.45

Calls 2

currentWidgetMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected