MCPcopy 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
221void ListWidget::clear() {
222 setSelected(NPos);
223 removeAllChildren();
224 updateSizeAndPosition();
225}
226
227size_t ListWidget::selectedItem() const {
228 return m_selectedItem;

Callers 6

setItemBagMethod · 0.45
clearChangedSlotsMethod · 0.45
actionsMethod · 0.45
makeWidgetCallbacksMethod · 0.45
removeAllChildrenMethod · 0.45
transformDrawablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected