Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/planespotter/
H A Dmain.cpp78 easingCurve.setType(QEasingCurve::InOutQuad); in PlaneController()
79 easingCurve.setPeriod(ANIMATION_DURATION); in PlaneController()
176 fromCoordinate, toCoordinate, easingCurve.valueForProgress(progress))); in updatePosition()
188 QEasingCurve easingCurve; member in PlaneController