Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdenlive
/ isStackEnabled
Method
isStackEnabled
src/effects/effectstack/view/effectstackview.cpp:692–698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
690
}
691
692
bool EffectStackView::isStackEnabled() const
693
{
694
if (m_model) {
695
return m_model->isStackEnabled();
696
}
697
return false;
698
}
699
700
void EffectStackView::switchCollapsed()
701
{
Callers
4
AssetPanel
Method · 0.45
showEffectStack
Method · 0.45
stackEnabled
Method · 0.45
stackEnabled
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected