Skip to main content

types Namespace

Layout type definitions. More...

Definition

namespace helios::engine::modules::ui::layout::types { ... }

Enumerations Index

enum classTimeDisplayMode { ... }

Controls whether a timer displays elapsed or remaining time. More...

Description

Layout type definitions.

Contains enum types used by layout components, such as TimeDisplayMode for controlling time display behavior.

Enumerations

TimeDisplayMode

enum class helios::engine::modules::ui::layout::types::TimeDisplayMode
strong

Controls whether a timer displays elapsed or remaining time.

Enumeration values
ElapsedDisplay the elapsed time since the timer started
RemainingDisplay the remaining time until the timer expires
See Also

TimeFormatterComponent

Definition at line 21 of file TimeDisplayMode.ixx.

21 enum class TimeDisplayMode {
22
23 /**
24 * @brief Display the elapsed time since the timer started.
25 */
27
28 /**
29 * @brief Display the remaining time until the timer expires.
30 */
32
33 };

The documentation for this namespace was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.