MCPcopy 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
66int WidgetDelegate::height(const QModelIndex &index) const
67{
68 QReadLocker lock(&m_lock);
69 return m_height.value(index);
70}
71
72EffectStackView::EffectStackView(AssetPanel *parent)
73 : QWidget(parent)

Callers 11

setBuildInSizeMethod · 0.45
constructMethod · 0.45
CollapsibleEffectViewMethod · 0.45
updateHeightMethod · 0.45
slotSwitchMethod · 0.45
switchInOutMethod · 0.45
exportFramesMethod · 0.45
dragMoveEventMethod · 0.45
paintEventMethod · 0.45
loadEffectsMethod · 0.45
updateTreeHeightMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected