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

Method checkRequestUpdate

core/remoteviewserver.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void RemoteViewServer::checkRequestUpdate()
128{
129 if (isActive() && !m_updateTimer->isActive() && m_clientReady && m_grabberReady && m_sourceChanged)
130 m_updateTimer->start();
131}
132
133void RemoteViewServer::sendKeyEvent(int type, int key, int modifiers, const QString &text,
134 bool autorep, ushort count)

Callers

nothing calls this directly

Calls 2

isActiveMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected