Mana
Loading...
Searching...
No Matches
Public Attributes | List of all members
LinePart Struct Reference

#include <browserbox.h>

Public Attributes

int x
 
int y
 
gcn::Color color
 
std::optional< gcn::Color > outlineColor
 
std::string text
 
gcn::Font * font
 

Detailed Description

Definition at line 49 of file browserbox.h.

Member Data Documentation

◆ color

gcn::Color LinePart::color

Definition at line 53 of file browserbox.h.

◆ font

gcn::Font* LinePart::font

Definition at line 56 of file browserbox.h.

◆ outlineColor

std::optional<gcn::Color> LinePart::outlineColor

Definition at line 54 of file browserbox.h.

◆ text

std::string LinePart::text

Definition at line 55 of file browserbox.h.

◆ x

int LinePart::x

Definition at line 51 of file browserbox.h.

◆ y

int LinePart::y

Definition at line 52 of file browserbox.h.


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