UiStateComponent.ixx File
Component for managing UI element interaction states. More...
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 | UiStateComponent |
|
Tracks interaction state for UI widgets. More... | |
Description
Component for managing UI element interaction states.
File Listing
The file content with the documentation metadata removed is:
7export namespace helios::engine::modules::ui::widgets::components {
16class UiStateComponent {
36 void setSelected(const bool selected) noexcept {
43 [[nodiscard]] bool isSelected() const noexcept {
52 void setHovered(bool hovered) noexcept {
68 void setFocused(bool focused) noexcept {
84 void setEnabled(bool enabled) noexcept {
100 void setPressed(bool pressed) noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.