MCPcopy Create free account
hub / github.com/audacity/audacity / SetUseGUI

Method SetUseGUI

libraries/lib-lv2/LV2Preferences.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool LV2Preferences::SetUseGUI(
81 const EffectDefinitionInterface &effect, bool useGUI)
82{
83 return SetSetting(effect, UseGUIStr, useGUI);
84}
85
86#endif

Callers

nothing calls this directly

Calls 1

SetSettingFunction · 0.85

Tested by

no test coverage detected