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

Function foreach

App/Client/mainwindow.cpp:622–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 Q_ASSERT(check);
621
622 foreach (auto c, m_Operates) {
623 m_pView->AddView(c->GetViewer());
624 m_pView->SetWidowsTitle(
625 c->GetViewer(), c->Name(), c->Icon(), c->Description());
626 }
627 m_pView->SetVisibleTab(m_Parameter.GetTabBar());
628}
629

Callers

nothing calls this directly

Calls 15

titleMethod · 0.80
GetSettingsFileMethod · 0.80
LoadOperateMethod · 0.80
slotLoadMethod · 0.80
slotViewChangedMethod · 0.80
slotCalculatingMethod · 0.80
TotalSendsMethod · 0.80
TotalReceivesMethod · 0.80
SendRateMethod · 0.80
ReceiveRateMethod · 0.80
AddViewMethod · 0.45
GetViewerMethod · 0.45

Tested by

no test coverage detected