Skip to main content

ImGuiWidget.ixx File

Base interface for ImGui-based debug and UI widgets. More...

Namespaces Index

namespacehelios
namespaceimgui

Classes Index

classImGuiWidget

Abstract base class for ImGui widgets rendered in debug overlays. More...

Description

Base interface for ImGui-based debug and UI widgets.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7
8export module helios.imgui.ImGuiWidget;
9
10
11export namespace helios::imgui {
12
23 class ImGuiWidget {
24
25 public:
26 ImGuiWidget() = default;
27 virtual ~ImGuiWidget() = default;
28
35 virtual void draw() = 0;
36
37 };
38
39
40}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.