MCPcopy Create free account
hub / github.com/MyGUI/mygui / addItem

Method addItem

UnitTests/UnitTest_HyperTextBox/HyperTextBox.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 3

updateListDataMethod · 0.45
eventDropResultFunction · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected