MCPcopy Create free account
hub / github.com/comaps/comaps / WaitPosition

Method WaitPosition

qt/screenshoter.cpp:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void Screenshoter::WaitPosition()
323{
324 m_framework.NotifyGraphicsReady([this]()
325 { GetPlatform().RunTask(Platform::Thread::Gui, [this] { OnPositionReady(); }); }, false /* needInvalidate */);
326}
327
328void Screenshoter::WaitGraphics()
329{

Callers

nothing calls this directly

Calls 2

RunTaskMethod · 0.80
NotifyGraphicsReadyMethod · 0.45

Tested by

no test coverage detected