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

Method ReadBool

libraries/lib-preferences/BasicSettings.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool BasicSettings::ReadBool(const wxString& key, bool defaultValue) const
81{
82 return Read(key, defaultValue);
83}
84
85long BasicSettings::ReadLong(const wxString& key, long defaultValue) const
86{

Callers 15

MakeCheckFnMethod · 0.80
SetMaxListMethod · 0.80
LoadMethod · 0.80
ShowDialogMethod · 0.80
AudioComDialogBaseMethod · 0.80
PopulateOrExchangeMethod · 0.80
PlayAtSpeedMethod · 0.80
CommitMethod · 0.80
UpdatePrefsMethod · 0.80

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected