Home
last modified time | relevance | path

Searched refs:GetAttachments (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_attach.h105 BASE_NS::vector<IObject::Ptr> GetAttachments() const in GetAttachments() function in IAttach
107 return GetAttachments({}, false); in GetAttachments()
118 virtual BASE_NS::vector<IObject::Ptr> GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) const = 0;
124 BASE_NS::vector<typename T::Ptr> GetAttachments() const in GetAttachments() function in IAttach
126 return PtrArrayCast<T>(GetAttachments({ T::UID }, false)); in GetAttachments()
H A Dintf_attachment_container.h93 * @brief See IAttach::GetAttachments()
95 BASE_NS::vector<IObject::Ptr> GetAttachments() in GetAttachments() function in IAttachmentContainer
97 return GetAttachments({}, false); in GetAttachments()
100 BASE_NS::vector<typename T::Ptr> GetAttachments() in GetAttachments() function in IAttachmentContainer
102 return PtrArrayCast<T>(GetAttachments({}, false)); in GetAttachments()
105 * @brief See IAttach::GetAttachments()
107 virtual BASE_NS::vector<IObject::Ptr> GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject.cpp68 BASE_NS::vector<IObject::Ptr> Object::GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) const in GetAttachments() function in Internal::Object
71 return attachments_->GetAttachments(uids, strict); in GetAttachments()
H A Dobject.h53 BASE_NS::vector<IObject::Ptr> GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) const override;
H A Dattachment_container.h65 BASE_NS::vector<IObject::Ptr> GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) override;
H A Dattachment_container.cpp184 BASE_NS::vector<IObject::Ptr> AttachmentContainer::GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) in GetAttachments() function in AttachmentContainer
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h436 BASE_NS::vector<META_NS::IObject::Ptr> GetAttachments(const BASE_NS::vector<TypeId>& uids = {}, bool strict = false) in GetAttachments() function in Object
438 return META_API_CACHED_INTERFACE(Attach)->GetAttachments(uids, strict);
444 BASE_NS::vector<typename T::Ptr> GetAttachments() const in GetAttachments() function in Object
446 return META_API_CACHED_INTERFACE(Attach)->GetAttachments<T>(); in GetAttachments()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_object.h76 virtual BASE_NS::vector<CORE_NS::Entity> GetAttachments() = 0;
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.h212 return IsEqual(a->GetAttachments(), b->GetAttachments()); in IsEqual()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DCaptureTest.cpp260 EXPECT_EQ(interface_cast<IAttach>(obj)->GetAttachments().size(), 1); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp335 BASE_NS::vector<CORE_NS::Entity> NodeImpl::GetAttachments() in GetAttachments() function in NodeImpl
338 return ecsObject_->GetAttachments(); in GetAttachments()
560 if (attach->GetAttachments({}, false).size() > 0) { in ShouldExport()
715 for (auto& attachment : ecsObject_->GetAttachments()) { in CompleteInitialization()
1221 auto attachments = ecsObject_->GetAttachments(); in ReleaseEntityOwnership()
H A Decs_object.cpp256 virtual BASE_NS::vector<CORE_NS::Entity> GetAttachments() override
H A Dnode_impl.h154 BASE_NS::vector<CORE_NS::Entity> GetAttachments() override;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h486 BASE_NS::vector<IObject::Ptr> GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) const override
488 return META_EXT_CALL_BASE(IAttach, GetAttachments(uids, strict));
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfObjectHierarchyObserverTest.cpp562 EXPECT_EQ(i->GetAttachments().size(), 1); in HWTEST_F()
568 EXPECT_EQ(obj->GetAttachments().size(), 0); in HWTEST_F()

Completed in 9 milliseconds