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

Function populateAutoStartEventSelection

lib/general.cpp:827–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825}
826
827static void populateAutoStartEventSelection(QComboBox *cb)
828{
829 cb->addItem(obs_module_text(
830 "AdvSceneSwitcher.generalTab.status.autoStart.never"));
831 cb->addItem(obs_module_text(
832 "AdvSceneSwitcher.generalTab.status.autoStart.recording"));
833 cb->addItem(obs_module_text(
834 "AdvSceneSwitcher.generalTab.status.autoStart.streaming"));
835 cb->addItem(obs_module_text(
836 "AdvSceneSwitcher.generalTab.status.autoStart.recordingAndStreaming"));
837}
838
839static void populatePriorityFunctionList(QListWidget *list)
840{

Callers 1

SetupGeneralTabMethod · 0.85

Calls 1

obs_module_textFunction · 0.85

Tested by

no test coverage detected