Home
last modified time | relevance | path

Searched defs:shapeAnimation (Results 1 – 20 of 20) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/stage/part/animations/strategy/
H A DKPrAttributeX.cpp33 void KPrAttributeX::updateCache(KPrAnimationCache *cache, KPrShapeAnimation *shapeAnimation, qreal … in updateCache()
44 …eX::initCache(KPrAnimationCache *animationCache, int step, KPrShapeAnimation * shapeAnimation, qre… in initCache()
H A DKPrAttributeY.cpp35 void KPrAttributeY::updateCache(KPrAnimationCache *cache, KPrShapeAnimation *shapeAnimation, qreal … in updateCache()
46 …eY::initCache(KPrAnimationCache *animationCache, int step, KPrShapeAnimation * shapeAnimation, qre… in initCache()
H A DKPrAttributeRotate.cpp37 void KPrAttributeRotate::updateCache(KPrAnimationCache *cache, KPrShapeAnimation *shapeAnimation, q… in updateCache()
64 …te::initCache(KPrAnimationCache *animationCache, int step, KPrShapeAnimation * shapeAnimation, qre… in initCache()
H A DKPrAttributeWidth.cpp33 void KPrAttributeWidth::updateCache(KPrAnimationCache *cache, KPrShapeAnimation *shapeAnimation, qr… in updateCache()
63 …th::initCache(KPrAnimationCache *animationCache, int step, KPrShapeAnimation * shapeAnimation, qre… in initCache()
H A DKPrAttributeHeight.cpp38 void KPrAttributeHeight::updateCache(KPrAnimationCache *cache, KPrShapeAnimation *shapeAnimation, q… in updateCache()
66 …ht::initCache(KPrAnimationCache *animationCache, int step, KPrShapeAnimation * shapeAnimation, qre… in initCache()
H A DKPrAnimationValue.cpp23 KPrAnimationValue::KPrAnimationValue(KPrShapeAnimation *shapeAnimation) in KPrAnimationValue()
H A DKPrSmilValues.cpp30 KPrSmilValues::KPrSmilValues(KPrShapeAnimation *shapeAnimation) in KPrSmilValues()
/dports/editors/calligra/calligra-3.2.1/stage/part/animations/
H A DKPrAnimationFactory.cpp34 KPrShapeAnimation *shapeAnimation) in createAnimationFromOdf()
H A DKPrAnimTransitionFilter.cpp24 KPrAnimTransitionFilter::KPrAnimTransitionFilter(KPrShapeAnimation *shapeAnimation) in KPrAnimTransitionFilter()
H A DKPrAnimateColor.cpp29 KPrAnimateColor::KPrAnimateColor(KPrShapeAnimation *shapeAnimation) in KPrAnimateColor()
H A DKPrAnimateTransform.cpp28 KPrAnimateTransform::KPrAnimateTransform(KPrShapeAnimation *shapeAnimation) in KPrAnimateTransform()
H A DKPrAnimSet.cpp38 KPrAnimSet::KPrAnimSet(KPrShapeAnimation *shapeAnimation) in KPrAnimSet()
H A DKPrAnimationBase.cpp34 KPrAnimationBase::KPrAnimationBase(KPrShapeAnimation *shapeAnimation) in KPrAnimationBase()
H A DKPrAnimate.cpp45 KPrAnimate::KPrAnimate(KPrShapeAnimation *shapeAnimation) in KPrAnimate()
H A DKPrAnimateMotion.cpp34 KPrAnimateMotion::KPrAnimateMotion(KPrShapeAnimation *shapeAnimation) in KPrAnimateMotion()
H A DKPrAnimationLoader.cpp169 KPrShapeAnimation *shapeAnimation = 0; in loadOdfAnimation() local
/dports/editors/calligra/calligra-3.2.1/stage/part/tools/animationtool/
H A DKPrPredefinedAnimationsLoader.cpp244 KPrShapeAnimation *shapeAnimation = 0; in readDefaultAnimations() local
359 KPrShapeAnimation *shapeAnimation = 0; in loadOdfShapeAnimation() local
H A DKPrShapeAnimationDocker.cpp400 KPrShapeAnimation *shapeAnimation = m_animationsModel->animationByRow(index.row()); in slotAnimationPreview() local
/dports/editors/calligra/calligra-3.2.1/stage/part/
H A DKPrShapeAnimations.cpp814 QAbstractAnimation *shapeAnimation = a->animationAt(j); in indexByShape() local
902 QAbstractAnimation *shapeAnimation = a->animationAt(j); in animationByRow() local
1097 QAbstractAnimation *shapeAnimation = a->animationAt(j); in indexByAnimation() local
1122 QAbstractAnimation *shapeAnimation = a->animationAt(j); in resyncStepsWithAnimations() local
1150 QAbstractAnimation *shapeAnimation = a->animationAt(j); in getWithPreviousSiblings() local
H A DKPrViewModePreviewShapeAnimations.cpp187 void KPrViewModePreviewShapeAnimations::setShapeAnimation(KPrShapeAnimation *shapeAnimation) in setShapeAnimation()