MCPcopy 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
692bool EffectStackView::isStackEnabled() const
693{
694 if (m_model) {
695 return m_model->isStackEnabled();
696 }
697 return false;
698}
699
700void EffectStackView::switchCollapsed()
701{

Callers 4

AssetPanelMethod · 0.45
showEffectStackMethod · 0.45
stackEnabledMethod · 0.45
stackEnabledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected