Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
struct | Stringifyable |
Functions | |
bool | IsSame (const wxArrayString &arr, std::initializer_list< wxString > list, bool compareWithCase=true) |
wxString | wxToString (const Stringifyable &obj) |
bool | wxFromString (const wxString &str, Stringifyable *obj) |
void | TestRW (audacity::BasicSettings &settings) |
void | TestGroups (audacity::BasicSettings &settings) |
bool IsSame | ( | const wxArrayString & | arr, |
std::initializer_list< wxString > | list, | ||
bool | compareWithCase = true |
||
) |
Audacity: A Digital Audio Editor
AudioSegmentSampleViewTest.cpp
Vitaly Sverchinsky
Definition at line 15 of file SettingsTestsCommon.cpp.
References str.
Referenced by TestGroups().
void TestGroups | ( | audacity::BasicSettings & | settings | ) |
Definition at line 135 of file SettingsTestsCommon.cpp.
References IsSame(), and settings().
Referenced by TEST_CASE().
void TestRW | ( | audacity::BasicSettings & | settings | ) |
Definition at line 55 of file SettingsTestsCommon.cpp.
References settings().
Referenced by TEST_CASE().
bool wxFromString | ( | const wxString & | str, |
Stringifyable * | obj | ||
) |
Definition at line 48 of file SettingsTestsCommon.cpp.
References str, and Stringifyable::value.
Referenced by audacity::BasicSettings::Read().
wxString wxToString | ( | const Stringifyable & | obj | ) |
Definition at line 43 of file SettingsTestsCommon.cpp.
References Stringifyable::value.
Referenced by audacity::BasicSettings::Write().