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

Method slotViewerFocusIn

App/Client/mainwindow.cpp:796–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796void MainWindow::slotViewerFocusIn(QWidget *pView)
797{
798 COperate* c = qobject_cast<COperate*>(sender());
799 qDebug(log) << Q_FUNC_INFO << "Focus:" << c << pView;
800 if(c && m_pView) {
801 m_pView->SetCurrentView(c->GetViewer());
802 }
803}
804
805void MainWindow::slotOperateChanged(COperate *o)
806{

Callers

nothing calls this directly

Calls 2

SetCurrentViewMethod · 0.45
GetViewerMethod · 0.45

Tested by

no test coverage detected