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

Method GetCurrentView

App/Client/ViewTable.cpp:189–194  ·  view source on GitHub ↗

\note The return QWidget* must is same as COperate::GetViewer()

Source from the content-addressed store, hash-verified

187
188//! \note The return QWidget* must is same as COperate::GetViewer()
189QWidget* CViewTable::GetCurrentView()
190{
191 QWidget* pView = m_pTab->currentWidget();
192 if(!pView) return pView;
193 return pView;
194}
195
196int CViewTable::SetCurrentView(QWidget* pView)
197{

Callers 8

slotLoadOperateMenuMethod · 0.45
StartMethod · 0.45
foreachFunction · 0.45
slotTimeOutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected