MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / ThemeSelection

Method ThemeSelection

FastCopy/SettingsViewModel.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 m_model.Set(Settings::MultipleWindowBehavior, value);
26 }
27 int SettingsViewModel::ThemeSelection()
28 {
29 return m_model.Get<int>(Settings::ThemeSelection, 0);
30 }
31 void SettingsViewModel::ThemeSelection(int value)
32 {
33 m_model.Set(Settings::ThemeSelection, value);

Callers 1

initMethod · 0.80

Calls 3

SetMethod · 0.80
SetThemeMethod · 0.80
BroadcastThemeChangeMethod · 0.80

Tested by

no test coverage detected