MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / shutdownModule

Method shutdownModule

radiant/ui/texturebrowser/TextureBrowserManager.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void TextureBrowserManager::shutdownModule()
154{
155 GlobalUserInterface().unregisterControl(UserControl::TextureBrowser);
156 _shaderClipboardConn.disconnect();
157}
158
159void TextureBrowserManager::onShaderClipboardSourceChanged()
160{

Callers

nothing calls this directly

Calls 2

unregisterControlMethod · 0.80
disconnectMethod · 0.45

Tested by

no test coverage detected