Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ClearItems
Method
ClearItems
LibLemon/src/gui/widgets.cpp:787–791 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
785
}
786
787
void ListView::ClearItems(){
788
items.clear();
789
790
ResetScrollBar();
791
}
792
793
void ListView::OnMouseDown(vector2i_t mousePos){
794
assert(items.size() < INT32_MAX);
Callers
2
Refresh
Method · 0.45
main
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected