Home
last modified time | relevance | path

Searched refs:PieSliceAnimation (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/animations/
H A Dpiesliceanimation.cpp69 PieSliceAnimation::PieSliceAnimation(PieSliceItem *sliceItem) in PieSliceAnimation() function in PieSliceAnimation
77 PieSliceAnimation::~PieSliceAnimation() in ~PieSliceAnimation()
81 void PieSliceAnimation::setValue(const PieSliceData &startValue, const PieSliceData &endValue) in setValue()
92 void PieSliceAnimation::updateValue(const PieSliceData &endValue) in updateValue()
101 PieSliceData PieSliceAnimation::currentSliceValue() in currentSliceValue()
111 QVariant PieSliceAnimation::interpolated(const QVariant &start, const QVariant &end, qreal progress… in interpolated()
129 void PieSliceAnimation::updateCurrentValue(const QVariant &value) in updateCurrentValue()
H A Dpieanimation.cpp51 PieSliceAnimation *animation = m_animations.value(sliceItem); in updateValue()
53 animation = new PieSliceAnimation(sliceItem); in updateValue()
68 PieSliceAnimation *animation = new PieSliceAnimation(sliceItem); in addSlice()
91 PieSliceAnimation *animation = m_animations.value(sliceItem); in removeSlice()
H A Dpiesliceanimation_p.h50 class Q_CHARTS_PRIVATE_EXPORT PieSliceAnimation : public ChartAnimation
53 PieSliceAnimation(PieSliceItem *sliceItem);
54 ~PieSliceAnimation();
H A Dpieanimation_p.h67 QHash<PieSliceItem *, PieSliceAnimation *> m_animations;
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/piechart/
H A Dpiesliceitem_p.h103 friend class PieSliceAnimation; variable