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

Method LoadPreferredTheme

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

Source from the content-addressed store, hash-verified

160}
161
162bool ThemeBase::LoadPreferredTheme()
163{
164 Identifier theme = GUITheme().Read();
165 theTheme.LoadTheme( theme );
166 return true;
167}
168
169void Theme::RegisterImagesAndColours()
170{

Callers 4

OnInitMethod · 0.80
CommitMethod · 0.80
CancelMethod · 0.80
CommitMethod · 0.80

Calls 2

LoadThemeMethod · 0.80
ReadMethod · 0.45

Tested by

no test coverage detected