MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / slotUpdateName

Method slotUpdateName

App/Client/mainwindow.cpp:1421–1430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419}
1420
1421void MainWindow::slotUpdateName()
1422{
1423 foreach (auto p, m_Operates)
1424 {
1425 m_pView->SetWidowsTitle(p->GetViewer(),
1426 p->Name(),
1427 p->Icon(),
1428 p->Description());
1429 }
1430}
1431
1432void MainWindow::slotUpdateName(const QString& szName)
1433{

Callers

nothing calls this directly

Calls 10

GetSettingsFileMethod · 0.80
slotUpdateFavoriteMethod · 0.80
slotLoadMethod · 0.80
SetWidowsTitleMethod · 0.45
GetViewerMethod · 0.45
IconMethod · 0.45
DescriptionMethod · 0.45
SetFileMethod · 0.45
NameMethod · 0.45
UpdateRecentMethod · 0.45

Tested by

no test coverage detected