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

Method SetAdaptWindows

Src/ParameterCompone/ParameterBase.cpp:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void CParameterBase::SetAdaptWindows(CFrmViewer::ADAPT_WINDOWS aw)
190{
191 if(m_AdaptWindows == aw)
192 return;
193 m_AdaptWindows = aw;
194 SetModified(true);
195 emit sigAdaptWindowsChanged(m_AdaptWindows);
196}
197
198double CParameterBase::GetZoomFactor() const
199{

Callers 1

AcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected