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

Function GetWeakSourceByQString

lib/utils/source-helpers.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71OBSWeakSource GetWeakSourceByQString(const QString &name)
72{
73 return GetWeakSourceByName(name.toUtf8().constData());
74}
75
76OBSWeakSource GetWeakTransitionByName(const char *transitionName)
77{

Callers 14

CurrentSelectionMethod · 0.85
Scene2ChangedMethod · 0.85
SceneChangedMethod · 0.85
StartSceneChangedMethod · 0.85
ExcludeSceneChangedMethod · 0.85
SourceChangedMethod · 0.85
SourceChangedMethod · 0.85
SourceChangedMethod · 0.85
SceneChangedMethod · 0.85
CurrentSelectionMethod · 0.85

Calls 1

GetWeakSourceByNameFunction · 0.85

Tested by

no test coverage detected