Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void CListBoxContainer::SortItems()
102
{
103
QSort(Data(), Size(), CompareItems);
104
}
105
106
static int CompareItemsByValues(const CListBoxItem* str0, const CListBoxItem* str1)
107
{
Callers
5
OnCreateCtrl
Method · 0.80
OnCreateCtrl
Method · 0.80
UpdateMissions
Method · 0.80
UpdateVehicles
Method · 0.80
OnIslandChanged
Method · 0.80
Calls
1
QSort
Function · 0.85
Tested by
no test coverage detected