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

Method AddItem

UnitTests/UnitTest_MultiList/UnitTest_MultiList.h:130–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void AddItem()
131 {
132 if (count_columns == 0)
133 return;
134
135 size_t item = (size_t)rand();
136 mirror_list->addItem(MyGUI::utility::toString(item), item);
137 original_list->addItem(MyGUI::utility::toString(item), item);
138 count_items++;
139
140 checkMultiList();
141 }
142
143 void AddItem(size_t _count)
144 {

Callers

nothing calls this directly

Calls 3

toStringFunction · 0.85
AddItemFunction · 0.50
addItemMethod · 0.45

Tested by

no test coverage detected