Home
last modified time | relevance | path

Searched refs:shapeByIndex (Results 1 – 4 of 4) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/stage/part/
H A DKPrShapeAnimations.h243 KoShape *shapeByIndex(const QModelIndex &index) const;
H A DKPrShapeAnimations.cpp795 KoShape *KPrShapeAnimations::shapeByIndex(const QModelIndex &index) const in shapeByIndex() function in KPrShapeAnimations
/dports/editors/calligra/calligra-3.2.1/stage/part/tests/
H A DTestShapeAnimations.cpp123 QCOMPARE(animations.shapeByIndex(animations.index(0, 0)), m_animation[1]->shape()); in helperMethods()
124 QCOMPARE(animations.shapeByIndex(animations.index(1, 0)), m_animation[2]->shape()); in helperMethods()
125 QCOMPARE(animations.shapeByIndex(animations.index(2, 0)), m_animation[4]->shape()); in helperMethods()
/dports/editors/calligra/calligra-3.2.1/stage/part/tools/animationtool/
H A DKPrShapeAnimationDocker.cpp332 KoShape *shape = m_animationsModel->shapeByIndex(index); in syncCanvasWithIndex()
373 KoShape *currentSelectedShape = m_animationsModel->shapeByIndex(currentIndex); in syncWithCanvasSelectedShape()