MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setViewActive

Method setViewActive

core/remoteviewserver.cpp:197–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void RemoteViewServer::setViewActive(bool active)
198{
199 if (m_pendingReset) {
200 emit reset();
201 m_pendingReset = false;
202 }
203
204 m_clientActive = active;
205 m_clientReady = active;
206 m_pendingCompleteFrame = false;
207 if (active)
208 sourceChanged();
209 else
210 m_updateTimer->stop();
211}
212
213void RemoteViewServer::sendUserViewport(const QRectF &userViewport)
214{

Callers 10

QuickTextureTestClass · 0.45
testDFGrabMethod · 0.45
testFetchingPreviewMethod · 0.45
setNameMethod · 0.45
showEventMethod · 0.45
hideEventMethod · 0.45
eventFilterMethod · 0.45

Calls 1

stopMethod · 0.45

Tested by 5

testDFGrabMethod · 0.36
testFetchingPreviewMethod · 0.36