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

Function ThemeFilePrefix

libraries/lib-theme/Theme.cpp:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94constexpr int iColSize = 10;
95
96wxString ThemeFilePrefix( teThemeType id )
97{
98 auto strings = wxSplit(id.GET(), L'-');
99 wxString result;
100 for (auto &string : strings)
101 result += string.Capitalize();
102 return result;
103}
104
105//! Has the side-effect of ensuring existence of the directory
106FilePath ThemeSubdir(const FilePath &themeDir, Identifier id)

Callers 1

CreateOneImageCacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected