Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdenlive
/ height
Method
height
src/effects/effectstack/view/effectstackview.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
int WidgetDelegate::height(const QModelIndex &index) const
67
{
68
QReadLocker lock(&m_lock);
69
return m_height.value(index);
70
}
71
72
EffectStackView::EffectStackView(AssetPanel *parent)
73
: QWidget(parent)
Callers
11
setBuildInSize
Method · 0.45
construct
Method · 0.45
CollapsibleEffectView
Method · 0.45
updateHeight
Method · 0.45
slotSwitch
Method · 0.45
switchInOut
Method · 0.45
exportFrames
Method · 0.45
dragMoveEvent
Method · 0.45
paintEvent
Method · 0.45
loadEffects
Method · 0.45
updateTreeHeight
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected