Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clear
Method
clear
source/windowing/StarListWidget.cpp:221–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void ListWidget::clear() {
222
setSelected(NPos);
223
removeAllChildren();
224
updateSizeAndPosition();
225
}
226
227
size_t ListWidget::selectedItem() const {
228
return m_selectedItem;
Callers
6
setItemBag
Method · 0.45
clearChangedSlots
Method · 0.45
actions
Method · 0.45
makeWidgetCallbacks
Method · 0.45
removeAllChildren
Method · 0.45
transformDrawables
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected