MCPcopy Create free account
hub / github.com/baldurk/renderdoc / InvokeOntoUIThread

Method InvokeOntoUIThread

qrenderdoc/Code/MiniQtHelper.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void MiniQtHelper::InvokeOntoUIThread(std::function<void()> callback)
64{
65 GUIInvoke::call(m_Ctx.GetMainWindow()->Widget(), callback);
66}
67
68void MiniQtHelper::AddWidgetCallback(QWidget *widget, QMetaObject::Connection connection)
69{

Callers 1

get_minmaxFunction · 0.45

Calls 2

WidgetMethod · 0.45
GetMainWindowMethod · 0.45

Tested by

no test coverage detected