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