Mana
|
#include <browserbox.h>
Public Attributes | |
std::string | text |
std::vector< LinePart > | parts |
std::vector< BrowserLink > | links |
int | width = 0 |
int | height = 0 |
Definition at line 59 of file browserbox.h.
int TextRow::height = 0 |
Definition at line 65 of file browserbox.h.
std::vector<BrowserLink> TextRow::links |
Definition at line 63 of file browserbox.h.
std::vector<LinePart> TextRow::parts |
Definition at line 62 of file browserbox.h.
std::string TextRow::text |
Definition at line 61 of file browserbox.h.
int TextRow::width = 0 |
Definition at line 64 of file browserbox.h.