Home
last modified time | relevance | path

Searched refs:ParentInRole (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/view/widgets/
H A Dpositioneditwidget.cpp44 …val = m_model->data(m_index, AssetParameterModel::ParentInRole).toInt() + m_model->data(m_index, A… in PositionEditWidget()
47 val += m_model->data(m_index, AssetParameterModel::ParentInRole).toInt(); in PositionEditWidget()
83 int min = m_model->data(m_index, AssetParameterModel::ParentInRole).toInt(); in slotRefresh()
H A Dgeometryeditwidget.cpp24 int start = m_model->data(m_index, AssetParameterModel::ParentInRole).toInt(); in GeometryEditWidget()
70 int start = m_model->data(m_index, AssetParameterModel::ParentInRole).toInt(); in slotRefresh()
H A Dkeyframewidget.cpp132 m_time->setOffset(m_model->data(index, AssetParameterModel::ParentInRole).toInt()); in KeyframeWidget()
518 int inPos = m_model->data(index, AssetParameterModel::ParentInRole).toInt(); in addParameter()
743 …values, m_model, indexes, m_model->data(m_index, AssetParameterModel::ParentInRole).toInt(), m_mod… in slotImportKeyframes()
750 … int pos = m_time->getValue() + m_model->data(m_index, AssetParameterModel::ParentInRole).toInt(); in slotRemoveNextKeyframes()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/model/
H A Dassetparametermodel.hpp115 ParentInRole, enumerator
H A Dassetparametermodel.cpp23 …ameterModel::InRole,AssetParameterModel::OutRole,AssetParameterModel::ParentInRole,AssetParameterM…
442 case ParentInRole: in data()
909 int in = data(ix, AssetParameterModel::ParentInRole).toInt(); in toJson()
935 rectIn = data(ix, AssetParameterModel::ParentInRole).toInt(); in toJson()
955 int in = data(ix, AssetParameterModel::ParentInRole).toInt(); in toJson()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/view/
H A Dassetparameterview.cpp127 …repend(QStringLiteral("%1=").arg(m_model->data(index, AssetParameterModel::ParentInRole).toInt())); in getDefaultValues()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/keyframes/model/
H A Dkeyframemodel.cpp873 int in = ptr->data(m_index, AssetParameterModel::ParentInRole).toInt(); in getRotoProperty()
895 in = ptr->data(m_index, AssetParameterModel::ParentInRole).toInt(); in parseAnimProperty()
959 in = ptr->data(m_index, AssetParameterModel::ParentInRole).toInt(); in resetAnimProperty()