Searched refs:BasePropertyAnimationFwd (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | track_animation.h | 28 class TrackAnimation final : public BasePropertyAnimationFwd<TrackAnimation, META_NS::ClassId::TrackAnimation, 30 using Super = BasePropertyAnimationFwd<TrackAnimation, META_NS::ClassId::TrackAnimation, ITimedAnimation,
|
H A D | animation.h | 344 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