MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SortItems

Method SortItems

engine/Poseidon/UI/Controls/UIControlsImpl.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void CListBoxContainer::SortItems()
102{
103 QSort(Data(), Size(), CompareItems);
104}
105
106static int CompareItemsByValues(const CListBoxItem* str0, const CListBoxItem* str1)
107{

Callers 5

OnCreateCtrlMethod · 0.80
OnCreateCtrlMethod · 0.80
UpdateMissionsMethod · 0.80
UpdateVehiclesMethod · 0.80
OnIslandChangedMethod · 0.80

Calls 1

QSortFunction · 0.85

Tested by

no test coverage detected