Home
last modified time | relevance | path

Searched refs:registerAnimation (Results 1 – 25 of 81) sorted by relevance

1234

/dports/converters/wkhtmltopdf/qt-5db36ec/demos/sub-attaq/
H A Dsubmarine_p.h75 AnimationManager::self()->registerAnimation(movementAnimation); in QAnimationState()
113 AnimationManager::self()->registerAnimation(returnAnimation); in QAnimationState()
H A Dboat.cpp80 AnimationManager::self()->registerAnimation(group); in setupDestroyAnimation()
194 AnimationManager::self()->registerAnimation(movementAnimation); in run()
195 AnimationManager::self()->registerAnimation(destroyAnimation); in run()
H A Danimationmanager.h56 void registerAnimation(QAbstractAnimation *anim);
H A Danimationmanager.cpp63 void AnimationManager::registerAnimation(QAbstractAnimation *anim) in registerAnimation() function in AnimationManager
H A Dtorpedo.cpp63 AnimationManager::self()->registerAnimation(launchAnimation); in launch()
H A Dbomb.cpp63 AnimationManager::self()->registerAnimation(launchAnimation); in launch()
H A Dsubmarine.cpp67 AnimationManager::self()->registerAnimation(group); in setupDestroyAnimation()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/animation/sub-attaq/
H A Dsubmarine_p.h85 AnimationManager::self()->registerAnimation(movementAnimation); in QAnimationState()
123 AnimationManager::self()->registerAnimation(returnAnimation); in QAnimationState()
H A Dboat.cpp88 AnimationManager::self()->registerAnimation(group); in setupDestroyAnimation()
203 AnimationManager::self()->registerAnimation(movementAnimation); in run()
204 AnimationManager::self()->registerAnimation(destroyAnimation); in run()
H A Danimationmanager.h66 void registerAnimation(QAbstractAnimation *anim);
H A Danimationmanager.cpp63 void AnimationManager::registerAnimation(QAbstractAnimation *anim) in registerAnimation() function in AnimationManager
H A Dtorpedo.cpp71 AnimationManager::self()->registerAnimation(launchAnimation); in launch()
H A Dbomb.cpp71 AnimationManager::self()->registerAnimation(launchAnimation); in launch()
H A Dsubmarine.cpp75 AnimationManager::self()->registerAnimation(group); in setupDestroyAnimation()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimationsolid/
H A Dosganimationsolid.cpp134 mng->registerAnimation(anim1); in main()
135 mng->registerAnimation(anim2); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osganimationsolid/
H A Dosganimationsolid.cpp134 mng->registerAnimation(anim1); in main()
135 mng->registerAnimation(anim2); in main()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osgAnimation/
H A DAnimationManagerBase.cpp20 if ( ani ) manager.registerAnimation( ani ); in readAnimations()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/animation/
H A Dqabstractanimation_p.h154 static void registerAnimation(QAbstractAnimation *animation, bool isTopLevel);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgAnimation/
H A DAnimationManagerBase.cpp22 if ( ani ) manager.registerAnimation( ani.get() ); in readAnimations()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimationmorph/
H A Dosganimationmorph.cpp84 bam->registerAnimation(animation); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osganimationmorph/
H A Dosganimationmorph.cpp84 bam->registerAnimation(animation); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/
H A DAnimationManagerBase.cpp97 void AnimationManagerBase::registerAnimation (Animation* animation) in registerAnimation() function in AnimationManagerBase
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/
H A DAnimationManagerBase.cpp94 void AnimationManagerBase::registerAnimation (Animation* animation) in registerAnimation() function in AnimationManagerBase
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgAnimation/
H A DAnimationManagerBase37 virtual void registerAnimation (Animation*);
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/animations/
H A Dqabstractanimationjob.cpp163 void QQmlAnimationTimer::registerAnimation(QAbstractAnimationJob *animation, bool isTopLevel) in registerAnimation() function in QQmlAnimationTimer
343 m_timer->registerAnimation(this, isTopLevel); in setState()

1234