ui/components/timing_animation.cpp¶
Timing-based Animation Interface Implementation. More...
Namespaces¶
| Name |
|---|
| cf |
| cf::ui |
| cf::ui::components |
Detailed Description¶
Timing-based Animation Interface Implementation.
Author: Charliechen114514 (chengh1922@mails.jlu.edu.cn)
Version: 0.1
Date: 2026-02-28
Copyright: Copyright © 2026
Implementation file for ICFTimingAnimation interface. This file is required for Qt's MOC (Meta-Object Compiler) to generate the meta-object code for the Q_OBJECT interface.
Source code¶
#include "timing_animation.h"
namespace cf::ui::components {
ICFTimingAnimation::ICFTimingAnimation(cf::ui::core::IMotionSpec* spec, QObject* parent)
: ICFAbstractAnimation(parent), motion_spec_(spec) {}
} // namespace cf::ui::components
Updated on 2026-03-09 at 10:14:01 +0000