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

Method Stop

Plugins/WebBrowser/FrmWebBrowser.cpp:822–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822int CFrmWebBrowser::Stop()
823{
824 int nRet = 0;
825
826 if(m_pRecord && m_pRecord->isChecked())
827 slotRecord();
828 if(m_pTab) {
829 for(int i = 0; i < m_pTab->count(); i++) {
830 auto v = GetView(i);
831 if(!v) continue;
832 v->stop();
833 }
834 }
835 return nRet;
836}
837
838void CFrmWebBrowser::slotTabCurrentChanged(int index)
839{

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected