widgets Namespace
UI widget components and systems. More...
Definition
namespace helios::engine::modules::ui::widgets { ... }
Namespaces Index
| namespace | commands |
|
UI action commands. More... | |
| namespace | components |
|
UI widget state components. More... | |
| namespace | systems |
|
UI widget processing systems. More... | |
| namespace | types |
Functions Index
| void | registerComponents () |
|
Registers all UI widget components with the ComponentReflector. More... | |
Description
UI widget components and systems.
This namespace contains widget components that define UI element content, interaction state, and appearance, along with systems that process navigation input, apply styling, and update bounds.
Functions
registerComponents()
| inline |
Registers all UI widget components with the ComponentReflector.
Definition at line 17 of file registry.ixx.
17 inline void registerComponents() {
18 using R = helios::engine::ecs::ComponentReflector;
19
20 R::registerType<components::UiTextComponent>();
21 R::registerType<components::MenuComponent>();
22 }
Referenced by helios::engine::modules::ui::registerComponents.
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.