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

Method ToString

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

Source from the content-addressed store, hash-verified

22}
23
24std::string SourceSettingButton::ToString() const
25{
26 if (id.empty()) {
27 return "";
28 }
29 return "[" + id + "] " + description;
30}
31
32static void getSourceButtonsHelper(obs_properties_t *sourceProperties,
33 std::vector<SourceSettingButton> &buttons)

Callers 2

SetSelectionMethod · 0.45
PopulateSelectionMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected