Home
last modified time | relevance | path

Searched refs:ISystemGraphLoaderFactory (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
Dintf_system_graph_loader.h82 class ISystemGraphLoaderFactory : public IInterface {
86 using Ptr = BASE_NS::refcnt_ptr<ISystemGraphLoaderFactory>;
91 ISystemGraphLoaderFactory() = default;
92 virtual ~ISystemGraphLoaderFactory() = default;
95 inline constexpr BASE_NS::string_view GetName(const ISystemGraphLoaderFactory*) in GetName() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
Dsystem_graph_loader.h39 class SystemGraphLoaderFactory final : public ISystemGraphLoaderFactory {
Dsystem_graph_loader.cpp405 if (uid == ISystemGraphLoaderFactory::UID) { in GetInterface()
413 if (uid == ISystemGraphLoaderFactory::UID) { in GetInterface()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
Dplugin_registry.cpp191 …InterfaceTypeInfo { &registry, UID_SYSTEM_GRAPH_LOADER, GetName<ISystemGraphLoaderFactory>().data(… in RegisterGlobalInterfaces()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
Dlume_common.cpp889 auto graphFactory = CORE_NS::GetInstance<CORE_NS::ISystemGraphLoaderFactory>( in LoadSystemGraph()