MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / get_gui_manager

Function get_gui_manager

src/python/python_runtime.cpp:270–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269 void set_gui_manager(vis::gui::GuiManager* gm) { g_gui_manager.store(gm); }
270 vis::gui::GuiManager* get_gui_manager() { return g_gui_manager.load(); }
271
272 namespace {
273 std::atomic<vis::gui::GlobalContextMenu*> g_global_context_menu{nullptr};

Callers 4

register_uiFunction · 0.85
get_selection_toolFunction · 0.85
setupPythonBridgeMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected