imgui-platform-kit 2.0.0
Cross-platform Dear ImGui application framework
Loading...
Searching...
No Matches
imgui_kit::LogEntry Struct Reference

A single log line: message text and its display colour. More...

#include <log_window.h>

Collaboration diagram for imgui_kit::LogEntry:
[legend]

Public Attributes

std::string message
 Text of the log line.
 
ImVec4 color
 Colour used to render the line (see imgui_kit::colours).
 

Detailed Description

A single log line: message text and its display colour.

Member Data Documentation

◆ color

ImVec4 imgui_kit::LogEntry::color

Colour used to render the line (see imgui_kit::colours).

◆ message

std::string imgui_kit::LogEntry::message

Text of the log line.


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