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

Function foreach

App/Client/ViewSplitter.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312int CViewSplitter::SetVisibleTab(bool bVisible)
313{
314 foreach (auto c, m_Container) {
315 if(c)
316 c->SetVisibleTab(bVisible);
317 }
318 SetSizes();
319 return 0;
320}

Callers

nothing calls this directly

Calls 2

SetVisibleTabMethod · 0.45
GetViewMethod · 0.45

Tested by

no test coverage detected