UiActionComponent.ixx File
Component for associating actions with UI elements. More...
Included Headers
#include <helios.engine.modules.ui.widgets.types>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | modules |
|
Domain-specific components and systems. More... | |
| namespace | ui |
|
User interface components and systems for game entities. More... | |
| namespace | widgets |
|
UI widget components and systems. More... | |
| namespace | components |
|
UI widget state components. More... | |
Classes Index
| class | UiActionComponent |
|
Associates an action identifier with a UI element. More... | |
Description
Component for associating actions with UI elements.
File Listing
The file content with the documentation metadata removed is:
11export namespace helios::engine::modules::ui::widgets::components {
19 class UiActionComponent {
24 helios::engine::modules::ui::widgets::types::ActionId actionId_;
33 explicit UiActionComponent(
35 ) noexcept : actionId_{actionId} {}
42 [[nodiscard]] helios::engine::modules::ui::widgets::types::ActionId actionId() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.