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

Method MultipleWindowBehavior

FastCopy/SettingsViewModel.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 m_model.Set(Settings::Notify, value);
18 }
19 int SettingsViewModel::MultipleWindowBehavior()
20 {
21 return m_model.Get<int>(Settings::MultipleWindowBehavior, 0);
22 }
23 void SettingsViewModel::MultipleWindowBehavior(int value)
24 {
25 m_model.Set(Settings::MultipleWindowBehavior, value);

Callers

nothing calls this directly

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected