Skip to main content

widgets Namespace

Definition

namespace helios::imgui::widgets { ... }

Classes Index

classCameraWidget

Debug widget for real-time camera parameter control and visualization. More...

classFpsWidget

Debug widget for real-time FPS metrics and frame pacing configuration. More...

structLogEntry

Represents a single log entry with level, scope, and message. More...

classLogWidget

Debug widget for displaying log output in a scrollable ImGui panel. More...

classMainMenuWidget

Main menu bar providing access to application settings. More...

Enumerations Index

enum classLogLevel : std::uint8_t { ... }

Log severity level for categorizing and filtering messages. More...

Enumerations

LogLevel

enum class helios::imgui::widgets::LogLevel : std::uint8_t
strong

Log severity level for categorizing and filtering messages.

Enumeration values
Debug (= 0)
Info (= 1)
Warn (= 2)
Error (= 3)

Definition at line 28 of file LogWidget.ixx.

28 enum class LogLevel : std::uint8_t {
29 Debug = 0,
30 Info = 1,
31 Warn = 2,
32 Error = 3
33 };

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.