Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/src/app/3d/
H A Dqgs3danimationwidget.cpp287 float Qgs3DAnimationWidget::askForKeyframeTime( float defaultTime, bool *ok ) in askForKeyframeTime() function in Qgs3DAnimationWidget
311 const float t = askForKeyframeTime( sliderTime->value() / 100., &ok ); in onAddKeyframe()
353 const float t = askForKeyframeTime( kf.time, &ok ); in onEditKeyframe()
384 const float t = askForKeyframeTime( kf.time, &ok ); in onDuplicateKeyframe()
H A Dqgs3danimationwidget.h63 float askForKeyframeTime( float defaultTime, bool *ok );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/3d/
H A Dqgs3danimationwidget.cpp287 float Qgs3DAnimationWidget::askForKeyframeTime( float defaultTime, bool *ok ) in askForKeyframeTime() function in Qgs3DAnimationWidget
311 float t = askForKeyframeTime( sliderTime->value() / 100., &ok ); in onAddKeyframe()
353 float t = askForKeyframeTime( kf.time, &ok ); in onEditKeyframe()
384 float t = askForKeyframeTime( kf.time, &ok ); in onDuplicateKeyframe()
H A Dqgs3danimationwidget.h63 float askForKeyframeTime( float defaultTime, bool *ok );