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

Method SetVisibleTab

App/Client/ViewSplitter.cpp:312–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
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}
321
322int CViewSplitter::GetIndex(QWidget* pView, int &nRow, int &nCol)
323{

Callers 2

AddViewMethod · 0.45
foreachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected