Searched refs:Attaching (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_attachment.h | 60 virtual bool Attaching(const IAttach::Ptr& target, const IObject::Ptr& dataContext) = 0;
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/attachment/ |
H A D | attachment.h | 30 * two methods, AttachTo and DetachFrom which are called when the corresponding Attaching/Detaching 44 /** AttachmentFwd calls this when IAttachment::Attaching is called by the framework. */ 54 /** Private implementation of IAttachment::Attaching, handle properties and call the AttachTo method defined by 56 bool Attaching(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) final
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_hierarchy_observer.h | 95 bool Attaching(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) override;
|
H A D | attachment_container.cpp | 166 if (!attachment->Attaching(owner, context)) { in AddingToContainer()
|
H A D | object_hierarchy_observer.cpp | 426 bool ObjectHierarchyObserver::Attaching(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) in Attaching() function in ObjectHierarchyObserver
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | anim_impl.cpp | 82 bool Attaching(const IAttach::Ptr& target, const IObject::Ptr& dataContext) override
|
H A D | ecs_animation.h | 293 bool Attaching(const IAttach::Ptr& target, const IObject::Ptr& dataContext) override
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation.h | 118 bool Attaching(const IAttach::Ptr& target, const IObject::Ptr& dataContext) override
|
Completed in 4 milliseconds