UiActionCommand.ixx File
Command for triggering UI actions. More...
Included Headers
#include <cassert>
#include <optional>
#include <helios.engine.modules.ui.widgets.types.ActionId>
#include <helios.engine.ecs.EntityHandle>
#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 | commands |
|
UI action commands. More... | |
Classes Index
| class | UiActionCommand |
|
A command that encapsulates a UI action request. More... | |
Description
Command for triggering UI actions.
File Listing
The file content with the documentation metadata removed is:
19export namespace helios::engine::modules::ui::widgets::commands {
31 class UiActionCommand {
36 helios::engine::ecs::EntityHandle source_;
41 helios::engine::modules::ui::widgets::types::ActionId actionId_;
52 explicit UiActionCommand(
53 const helios::engine::ecs::EntityHandle source,
63 [[nodiscard]] helios::engine::ecs::EntityHandle source() const noexcept {
72 [[nodiscard]] helios::engine::modules::ui::widgets::types::ActionId actionId() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.