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

Class SettingsViewModel

FastCopy/SettingsViewModel.h:8–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace winrt::FastCopy::implementation
7{
8 struct SettingsViewModel : SettingsViewModelT<SettingsViewModel>
9 {
10 SettingsViewModel() = default;
11
12 bool Notify();
13 void Notify(bool value);
14
15 int MultipleWindowBehavior();
16 void MultipleWindowBehavior(int value);
17
18 int ThemeSelection();
19 void ThemeSelection(int value);
20
21 int BackgroundSelection();
22 void BackgroundSelection(int value);
23 private:
24 Settings m_model;
25 };
26}
27
28namespace winrt::FastCopy::factory_implementation

Callers 1

SettingsViewModelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected