Skip to main content

widgets Namespace

UI widget components and systems. More...

Definition

namespace helios::engine::modules::ui::widgets { ... }

Namespaces Index

namespacecommands

UI action commands. More...

namespacecomponents

UI widget state components. More...

namespacesystems

UI widget processing systems. More...

namespacetypes

Functions Index

voidregisterComponents ()

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()

void helios::engine::modules::ui::widgets::registerComponents ()
inline

Registers all UI widget components with the ComponentReflector.

Definition at line 17 of file registry.ixx.

17 inline void registerComponents() {
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.