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

Function getSceneGroupsList

lib/utils/scene-selection.cpp:310–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310static QStringList getSceneGroupsList()
311{
312 QStringList list;
313 for (const auto &sg : GetSceneGroups()) {
314 list << QString::fromStdString(sg.name);
315 }
316 list.sort();
317 return list;
318}
319
320static QStringList getCanvasScenesList(obs_weak_canvas_t *weakCanvas)
321{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected