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

Method displayed

source/frontend/StarInventory.cpp:236–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void InventoryPane::displayed() {
237 Pane::displayed();
238 m_expectingSwap = false;
239
240 for (auto grid : m_itemGrids)
241 grid.second->updateItemState();
242 m_itemGrids[m_selectedTab]->indicateChangedSlots();
243}
244
245PanePtr InventoryPane::createTooltip(Vec2I const& screenPosition) {
246 ItemPtr item;

Callers

nothing calls this directly

Calls 2

updateItemStateMethod · 0.80
indicateChangedSlotsMethod · 0.80

Tested by

no test coverage detected