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

Method HideRootWidget

src/render/plugin_interface/gr_plugin_interface.cpp:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 void GrPluginInterface::HideRootWidget() {
261 root_widget_->hide();
262 }
263
264 void GrPluginInterface::AttachNetPlugin(const std::string& id, GrNetPlugin* plugin) {
265 net_plugins_[id] = plugin;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected