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

Method resetView

core/remoteviewserver.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void RemoteViewServer::resetView()
68{
69 if (isActive())
70 emit reset();
71 else
72 m_pendingReset = true;
73}
74
75bool RemoteViewServer::isActive() const
76{

Callers 5

endAnalyzePaintingMethod · 0.80
selectWindowMethod · 0.80
setQObjectMethod · 0.80
setObjectMethod · 0.80

Calls

no outgoing calls

Tested by 2

selectWindowMethod · 0.64