MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / SetSelection

Method SetSelection

plugins/base/utils/source-properties-button.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void SourceSettingsButtonSelection::SetSelection(
99 const OBSWeakSource &source, const SourceSettingButton &button)
100{
101 SetSource(source, false);
102 setCurrentText(QString::fromStdString(button.ToString()));
103}
104
105void SourceSettingsButtonSelection::PopulateSelection(
106 const OBSWeakSource &source)

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected