MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / indicateChangedSlots

Method indicateChangedSlots

source/windowing/StarItemGridWidget.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void ItemGridWidget::indicateChangedSlots() {
218 for (auto i : m_changedSlots)
219 m_slots[i]->indicateNew();
220}
221
222void ItemGridWidget::setHighlightEmpty(bool highlight) {
223 m_highlightEmpty = highlight;

Callers 2

displayedMethod · 0.80
selectTabMethod · 0.80

Calls 1

indicateNewMethod · 0.80

Tested by

no test coverage detected