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

Method Write

au4/src/effects/effects_base/effectsettings.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool EffectSettings::Write(const wxString& key, bool value)
134{
135 m_QSettings.setValue(ToQString(key), value);
136 return true;
137}
138
139bool EffectSettings::Write(const wxString& key, int value)
140{

Callers

nothing calls this directly

Calls 2

ToQStringFunction · 0.85
setValueMethod · 0.45

Tested by

no test coverage detected