Searched refs:AttachmentFwd (Results 1 - 7 of 7) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_modifier.h | 28 : public META_NS::AttachmentFwd<FinalClass, ClassInfo, META_NS::IAnimationModifier, Interfaces...> { 30 using Super = META_NS::AttachmentFwd<FinalClass, ClassInfo, META_NS::IAnimationModifier, Interfaces...>;
|
H A D | animation_controller.h | 31 class AnimationController final : public META_NS::AttachmentFwd<AnimationController, ClassId::AnimationController,
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | resource_container.cpp | 27 : 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 D | connector.h | 26 class Connector : public META_NS::AttachmentFwd<Connector, ClassId::Connector, IConnector, ISerializable> {
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/attachment/ |
H A D | attachment.h | 29 * 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 D | CaptureTest.cpp | 228 class TestAttachment : public META_NS::AttachmentFwd<TestAttachment, ClassId::TestAttachment> {
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | testing_objects.cpp | 42 : public META_NS::AttachmentFwd<TestAttachment, ClassId::TestAttachment, META_NS::ITestAttachment> { 78 class TestStartable : public META_NS::AttachmentFwd<TestStartable, ClassId::TestStartable,
|
Completed in 3 milliseconds