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

#include <browserbox.h>

Public Attributes

std::string text
 
std::vector< LinePartparts
 
std::vector< BrowserLinklinks
 
int width = 0
 
int height = 0
 

Detailed Description

Definition at line 59 of file browserbox.h.

Member Data Documentation

◆ height

int TextRow::height = 0

Definition at line 65 of file browserbox.h.

◆ links

std::vector<BrowserLink> TextRow::links

Definition at line 63 of file browserbox.h.

◆ parts

std::vector<LinePart> TextRow::parts

Definition at line 62 of file browserbox.h.

◆ text

std::string TextRow::text

Definition at line 61 of file browserbox.h.

◆ width

int TextRow::width = 0

Definition at line 64 of file browserbox.h.


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