Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
OBSWeakSource GetWeakSourceByQString(const QString &name)
72
{
73
return GetWeakSourceByName(name.toUtf8().constData());
74
}
75
76
OBSWeakSource GetWeakTransitionByName(const char *transitionName)
77
{
Callers
14
CurrentSelection
Method · 0.85
Scene2Changed
Method · 0.85
SceneChanged
Method · 0.85
on_sceneGroupSceneAdd_clicked
Method · 0.85
StartSceneChanged
Method · 0.85
ExcludeSceneChanged
Method · 0.85
checkSwitchInfoFromFile
Method · 0.85
SourceChanged
Method · 0.85
SourceChanged
Method · 0.85
SourceChanged
Method · 0.85
SceneChanged
Method · 0.85
CurrentSelection
Method · 0.85
Calls
1
GetWeakSourceByName
Function · 0.85
Tested by
no test coverage detected