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

Function populateDirectionSelection

lib/macro/macro-action-variable.cpp:852–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852static inline void populateDirectionSelection(QComboBox *list)
853{
854 list->addItems(
855 QStringList()
856 << obs_module_text(
857 "AdvSceneSwitcher.action.variable.truncateOrPadDirection.left")
858 << obs_module_text(
859 "AdvSceneSwitcher.action.variable.truncateOrPadDirection.right"));
860}
861
862MacroActionVariableEdit::MacroActionVariableEdit(
863 QWidget *parent, std::shared_ptr<MacroActionVariable> entryData)

Callers 1

Calls 1

obs_module_textFunction · 0.85

Tested by

no test coverage detected