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

Method Save

Src/OperateDesktop.cpp:539–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539int COperateDesktop::Save(QSettings &set)
540{
541 int nRet = 0;
542 Q_ASSERT(GetParameter());
543 if(GetParameter() && m_pFrmViewer)
544 {
545 GetParameter()->SetAdaptWindows(m_pFrmViewer->GetAdaptWindows());
546 GetParameter()->SetZoomFactor(m_pFrmViewer->GetZoomFactor());
547 }
548 if(m_pPara)
549 nRet = m_pPara->Save(set);
550 return nRet;
551}
552
553#if HAVE_QT6_RECORD
554void COperateDesktop::slotRecord(bool checked)

Callers

nothing calls this directly

Calls 4

SetAdaptWindowsMethod · 0.45
GetAdaptWindowsMethod · 0.45
SetZoomFactorMethod · 0.45
GetZoomFactorMethod · 0.45

Tested by

no test coverage detected