deltaFlow
Display::ProductLine Struct Reference

A single line in the product info box. More...

#include <Display.H>

Public Attributes

std::string key
 Label or full text.
 
std::string value
 Value (empty for non-KV lines)
 
fmt::rgb keyColor
 Key/text color (terminal only)
 
fmt::rgb valColor
 Value color (terminal only, ignored when value is empty)
 

Detailed Description

A single line in the product info box.

Definition at line 154 of file Display.H.

Member Data Documentation

◆ key

std::string Display::ProductLine::key

Label or full text.

Definition at line 155 of file Display.H.

◆ keyColor

fmt::rgb Display::ProductLine::keyColor

Key/text color (terminal only)

Definition at line 157 of file Display.H.

◆ valColor

fmt::rgb Display::ProductLine::valColor

Value color (terminal only, ignored when value is empty)

Definition at line 158 of file Display.H.

◆ value

std::string Display::ProductLine::value

Value (empty for non-KV lines)

Definition at line 156 of file Display.H.


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