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

Method RemoveView

App/Client/ViewTable.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115int CViewTable::RemoveView(QWidget *pView)
116{
117 int nIndex = GetViewIndex(pView);
118 if(-1 == nIndex) return 0;
119 // Note: The following order cannot be changed
120 m_pTab->removeTab(nIndex);
121 return 0;
122}
123
124void CViewTable::SetWidowsTitle(QWidget* pView, const QString& szTitle,
125 const QIcon &icon, const QString &szToolTip)

Callers 1

foreachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected