OpenTTD Source 20250602-master-g6d0dd90e20
|
Data Fields | |
size_t | line = 0 |
Which line the link is on. | |
size_t | begin = 0 |
Character position on line the link begins. | |
size_t | end = 0 |
Character position on line the link end. | |
std::string | destination {} |
Destination for the link. | |
Definition at line 63 of file textfile_gui.h.
size_t TextfileWindow::Hyperlink::begin = 0 |
Character position on line the link begins.
Definition at line 65 of file textfile_gui.h.
Referenced by TextfileWindow::FindHyperlinksInMarkdown().
std::string TextfileWindow::Hyperlink::destination {} |
Destination for the link.
Definition at line 67 of file textfile_gui.h.
Referenced by TextfileWindow::FindHyperlinksInMarkdown(), TextfileWindow::NavigateToFile(), TextfileWindow::OnHyperlinkClick(), and TextfileWindow::OnTooltip().
size_t TextfileWindow::Hyperlink::end = 0 |
Character position on line the link end.
Definition at line 66 of file textfile_gui.h.
Referenced by TextfileWindow::FindHyperlinksInMarkdown().
size_t TextfileWindow::Hyperlink::line = 0 |
Which line the link is on.
Definition at line 64 of file textfile_gui.h.