| 59 | } |
| 60 | |
| 61 | void HyperTextBox::addItem(std::string_view _value) |
| 62 | { |
| 63 | parseParagraph(mStackPanel, _value); |
| 64 | mCurrentWrapPanel = nullptr; |
| 65 | } |
| 66 | |
| 67 | void HyperTextBox::parseParagraph(Widget* _parent, std::string_view _value) |
| 68 | { |
no outgoing calls
no test coverage detected