Home
last modified time | relevance | path

Searched refs:AttachmentFwd (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_modifier.h28 : public META_NS::AttachmentFwd<FinalClass, ClassInfo, META_NS::IAnimationModifier, Interfaces...> {
30 using Super = META_NS::AttachmentFwd<FinalClass, ClassInfo, META_NS::IAnimationModifier, Interfaces...>;
H A Danimation_controller.h31 class AnimationController final : public META_NS::AttachmentFwd<AnimationController, ClassId::AnimationController,
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dresource_container.cpp27 : public META_NS::AttachmentFwd<ResourceContainer, ClassId::ResourceContainer, IResourceContainer> {
28 using Super = META_NS::AttachmentFwd<ResourceContainer, ClassId::ResourceContainer, IResourceContainer>;
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.h26 class Connector : public META_NS::AttachmentFwd<Connector, ClassId::Connector, IConnector, ISerializable> {
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/attachment/
H A Dattachment.h29 * Instead of directly implementing the IAttachment interface methods, AttachmentFwd defines
33 * AttachmentFwd handles attachment target and IAttachment::AttachedTo automatically.
44 /** AttachmentFwd calls this when IAttachment::Attaching is called by the framework. */
46 /** AttachmentFwd calls this when IAttachment::Detaching is called by the framework. */
79 * @brief The AttachmentFwd is a specialization of AttachmentBaseFwd for the simple cases where
83 class AttachmentFwd class
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DCaptureTest.cpp228 class TestAttachment : public META_NS::AttachmentFwd<TestAttachment, ClassId::TestAttachment> {
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtesting_objects.cpp42 : public META_NS::AttachmentFwd<TestAttachment, ClassId::TestAttachment, META_NS::ITestAttachment> {
78 class TestStartable : public META_NS::AttachmentFwd<TestStartable, ClassId::TestStartable,

Completed in 3 milliseconds