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

Function set_operator_callbacks

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

Source from the content-addressed store, hash-verified

263 vis::EditorContext* get_editor_context() { return static_cast<vis::EditorContext*>(g_editor_context.load()); }
264
265 void set_operator_callbacks(core::IOperatorCallbacks* callbacks) {
266 g_operator_callbacks.store(callbacks);
267 }
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(); }

Callers 1

setupPythonBridgeMethod · 0.85

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected