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

Method BackgroundSelection

FastCopy/SettingsViewModel.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 SettingsChangeListener::GetInstance().BroadcastThemeChange();
36 }
37 int SettingsViewModel::BackgroundSelection()
38 {
39 return m_model.Get<int>(Settings::BackgroundSelection, 0);
40 }
41 void SettingsViewModel::BackgroundSelection(int value)
42 {
43 m_model.Set(Settings::BackgroundSelection, value);

Callers 1

initMethod · 0.80

Calls 2

SetMethod · 0.80
BroadcastThemeChangeMethod · 0.80

Tested by

no test coverage detected