80 strValue = strDefault;
92 switch(
W.eWrappedType )
audacity::BasicSettings * gPrefs
bool TransferBool(const wxString &Name, bool &bValue, const bool &bDefault)
bool TransferDouble(const wxString &Name, double &dValue, const double &dDefault)
bool TransferWrappedType(const wxString &Name, WrappedType &W)
bool TransferInt(const wxString &Name, int &iValue, const int &iDefault)
bool ExchangeWithMaster(const wxString &Name)
bool TransferString(const wxString &Name, wxString &strValue, const wxString &strDefault)
Used in type conversions, this wrapper for ints, strings, doubles and enums provides conversions betw...
virtual bool Write(const wxString &key, bool value)=0
virtual bool Read(const wxString &key, bool *value) const =0