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

Method slotValueChanged

Src/OperateDesktop.cpp:584–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582#endif
583
584void COperateDesktop::slotValueChanged(int v)
585{
586 qDebug(log) << "zoom:" << v;
587 if(!m_pScroll || !m_pFrmViewer) return;
588 m_pFrmViewer->slotSetZoomFactor(((double)v) / 100);
589 m_pScroll->slotSetAdaptWindows(CFrmViewer::ADAPT_WINDOWS::Zoom);
590}
591
592void COperateDesktop::slotScreenShot()
593{

Callers

nothing calls this directly

Calls 2

slotSetZoomFactorMethod · 0.80
slotSetAdaptWindowsMethod · 0.45

Tested by

no test coverage detected