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

Function getOrderList

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

Source from the content-addressed store, hash-verified

293}
294
295static QStringList getOrderList(bool current, bool previous, bool preview)
296{
297 QStringList list;
298 if (current) {
299 list << obs_module_text("AdvSceneSwitcher.selectCurrentScene");
300 }
301 if (previous) {
302 list << obs_module_text("AdvSceneSwitcher.selectPreviousScene");
303 }
304 if (preview) {
305 list << obs_module_text("AdvSceneSwitcher.selectPreviewScene");
306 }
307 return list;
308}
309
310static QStringList getSceneGroupsList()
311{

Callers 1

Calls 1

obs_module_textFunction · 0.85

Tested by

no test coverage detected