Home
last modified time | relevance | path

Searched refs:GetObjectInstancesByCategory (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_registry.h245 BASE_NS::vector<BASE_NS::shared_ptr<IObject>> GetObjectInstancesByCategory(ObjectCategoryBits category) const in GetObjectInstancesByCategory() function in IObjectRegistry
247 return GetObjectInstancesByCategory(category, true); in GetObjectInstancesByCategory()
257 virtual BASE_NS::vector<BASE_NS::shared_ptr<IObject>> GetObjectInstancesByCategory(
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.h73 BASE_NS::vector<IObject::Ptr> GetObjectInstancesByCategory(ObjectCategoryBits category, bool strict) const override;
H A Dobject_registry.cpp448 BASE_NS::vector<IObject::Ptr> ObjectRegistry::GetObjectInstancesByCategory( in GetObjectInstancesByCategory() function in ObjectRegistry

Completed in 4 milliseconds