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

Method GetUseGUI

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

Source from the content-addressed store, hash-verified

72}
73
74bool LV2Preferences::GetUseGUI(
75 const EffectDefinitionInterface &effect, bool &useGUI)
76{
77 return GetSetting(effect, UseGUIStr, useGUI, true);
78}
79
80bool LV2Preferences::SetUseGUI(
81 const EffectDefinitionInterface &effect, bool useGUI)

Callers

nothing calls this directly

Calls 1

GetSettingFunction · 0.85

Tested by

no test coverage detected