Home
last modified time | relevance | path

Searched refs:BasePropertyAnimationFwd (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.h28 class TrackAnimation final : public BasePropertyAnimationFwd<TrackAnimation, META_NS::ClassId::TrackAnimation,
30 using Super = BasePropertyAnimationFwd<TrackAnimation, META_NS::ClassId::TrackAnimation, ITimedAnimation,
H A Danimation.h344 class BasePropertyAnimationFwd : public BaseAnimationFwd<FinalClass, ClassInfo, BaseAnimationInterface, class
347 "BaseAnimationInterface of BasePropertyAnimationFwd must inherit from ITimedAnimation");
352 BasePropertyAnimationFwd() = default;
353 ~BasePropertyAnimationFwd() override = default;
360 MakeCallback<IOnChanged>(this, &BasePropertyAnimationFwd::PropertyChanged));
437 : public BasePropertyAnimationFwd<FinalClass, ClassInfo, BaseAnimationInterface, Interfaces...> {
438 using Super = BasePropertyAnimationFwd<FinalClass, ClassInfo, BaseAnimationInterface, Interfaces...>;

Completed in 2 milliseconds