Audacity 3.2.0
|
Public Member Functions | |
ItemOrdering (const Path &path) | |
auto | Get () -> wxArrayString & |
Public Attributes | |
wxString | key |
bool | gotOrdering = false |
wxString | strValue |
wxArrayString | ordering |
Definition at line 212 of file Registry.cpp.
|
inline |
Definition at line 215 of file Registry.cpp.
References key.
|
inline |
Definition at line 232 of file Registry.cpp.
References gPrefs, key, and audacity::BasicSettings::Read().
bool anonymous_namespace{Registry.cpp}::ItemOrdering::gotOrdering = false |
Definition at line 228 of file Registry.cpp.
wxString anonymous_namespace{Registry.cpp}::ItemOrdering::key |
Definition at line 213 of file Registry.cpp.
Referenced by anonymous_namespace{Registry.cpp}::CollectedItems::MergeLikeNamedItems(), and anonymous_namespace{Registry.cpp}::CollectedItems::MergeWithExistingItem().
wxArrayString anonymous_namespace{Registry.cpp}::ItemOrdering::ordering |
Definition at line 230 of file Registry.cpp.
wxString anonymous_namespace{Registry.cpp}::ItemOrdering::strValue |
Definition at line 229 of file Registry.cpp.