Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ selectedIndex
Method
selectedIndex
source/windowing/StarItemGridWidget.cpp:189–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
size_t ItemGridWidget::selectedIndex() const {
190
return m_selectedIndex + m_bagOffset;
191
}
192
193
void ItemGridWidget::updateAllItemSlots() {
194
if (!m_bag)
Callers
4
InventoryPane
Method · 0.80
swapSlot
Method · 0.80
ContainerPane
Method · 0.80
swapSlot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected