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

Method GetViewer

App/Client/ViewTable.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169QWidget *CViewTable::GetViewer(int index)
170{
171 if(index < 0 || index >= m_pTab->count())
172 return nullptr;
173
174 return m_pTab->widget(index);
175}
176
177int CViewTable::GetViewIndex(QWidget *pView)
178{

Callers 7

foreachFunction · 0.45
foreachFunction · 0.45
slotViewerFocusInMethod · 0.45
slotOperateChangedMethod · 0.45
StartMethod · 0.45
slotRunningMethod · 0.45
slotUpdateNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected