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

Method WaitGraphics

qt/screenshoter.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void Screenshoter::WaitGraphics()
329{
330 m_framework.NotifyGraphicsReady([this]()
331 { GetPlatform().RunTask(Platform::Thread::Gui, [this] { OnGraphicsReady(); }); }, true /* needInvalidate */);
332}
333
334void Screenshoter::SaveScreenshot()
335{

Callers

nothing calls this directly

Calls 2

RunTaskMethod · 0.80
NotifyGraphicsReadyMethod · 0.45

Tested by

no test coverage detected