MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / PostUITask

Method PostUITask

src/client/plugin_interface/ct_plugin_context.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void ClientPluginContext::PostUITask(std::function<void()>&& task) {
35 QMetaObject::invokeMethod(this, [t = std::move(task)]() {
36 t();
37 });
38 }
39
40 void ClientPluginContext::StartTimer(int millis, std::function<void()>&& cbk) {
41 if (timer_) {

Callers 13

InfoDialogMethod · 0.45
ErrorDialogMethod · 0.45
UpdateTitleMethod · 0.45
UpdateProgressMethod · 0.45
FloatControllerPanelMethod · 0.45
SubDisplayPanelMethod · 0.45
CtStatisticsPanelMethod · 0.45
UpdateOnHeartBeatMethod · 0.45
MediaRecordSignLabMethod · 0.45
UpdateLinesMethod · 0.45
ThirdResolutionPanelMethod · 0.45
NotificationPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected