Searched refs:OnTypeInfoEvent (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/ |
H A D | image_loader_manager.h | 63 void OnTypeInfoEvent(EventType type, BASE_NS::array_view<const ITypeInfo* const> typeInfos) override;
|
H A D | image_loader_manager.cpp | 239 void ImageLoaderManager::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() function in ImageLoaderManager
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/ |
H A D | intf_plugin_register.h | 90 virtual void OnTypeInfoEvent(EventType type, BASE_NS::array_view<const ITypeInfo* const> typeInfos) = 0;
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ |
H A D | graphics_context.h | 93 void OnTypeInfoEvent(EventType type, BASE_NS::array_view<const CORE_NS::ITypeInfo* const> typeInfos) override;
|
H A D | graphics_context.cpp | 454 void GraphicsContext::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() function in GraphicsContext
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine.h | 87 void OnTypeInfoEvent(EventType type, BASE_NS::array_view<const ITypeInfo* const> typeInfos) override;
|
H A D | engine.cpp | 339 void Engine::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() function in Engine
|
H A D | plugin_registry.cpp | 172 listener->OnTypeInfoEvent(type, typeInfos); in Notify()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_context.h | 106 void OnTypeInfoEvent(EventType type, BASE_NS::array_view<const CORE_NS::ITypeInfo* const> typeInfos) override;
|
H A D | render_context.cpp | 659 void RenderContext::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() function in RenderContext
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | ecs.cpp | 105 void OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) override; 595 void Ecs::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() function in __anon9609::Ecs
|
Completed in 11 milliseconds