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

Method slotOperateChanged

App/Client/mainwindow.cpp:805–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803}
804
805void MainWindow::slotOperateChanged(COperate *o)
806{
807 if(o && m_pView) {
808 m_pView->SetCurrentView(o->GetViewer());
809 }
810}
811
812void MainWindow::slotCurrentViewChanged(const QWidget* pView)
813{

Callers

nothing calls this directly

Calls 2

SetCurrentViewMethod · 0.45
GetViewerMethod · 0.45

Tested by

no test coverage detected