Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
312
int 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
SetVisibleTab
Method · 0.45
GetView
Method · 0.45
Tested by
no test coverage detected