OpenEnroth 52af553
|
This is the complete list of members for Inventory, including all inherited members.
_capacity | Inventory | private |
_equipment | Inventory | private |
_grid | Inventory | private |
_gridSize | Inventory | private |
_records | Inventory | private |
_size | Inventory | private |
add(Pointi position, const Item &item) | Inventory | |
add(const Item &item) | Inventory | |
addAt(Pointi position, const Item &item, int index) | Inventory | private |
availableRecords(this auto &&self) | Inventory | inlineprivate |
canAdd(Pointi position, Sizei size) const | Inventory | |
canAdd(Pointi position, const Item &item) const | Inventory | inline |
canAdd(Sizei size) const | Inventory | |
canAdd(const Item &item) const | Inventory | inline |
canEquip(ItemSlot slot) const | Inventory | |
canStash() const | Inventory | |
capacity() const | Inventory | inline |
checkInvariants() const | Inventory | private |
clear() | Inventory | |
entries(this auto &&self) | Inventory | inline |
entry(Pointi position) | Inventory | |
entry(Pointi position) const | Inventory | inline |
entry(ItemSlot slot) | Inventory | |
entry(ItemSlot slot) const | Inventory | inline |
entry(int index) | Inventory | |
entry(int index) const | Inventory | inline |
equip(ItemSlot slot, const Item &item) | Inventory | |
equipAt(ItemSlot slot, const Item &item, int index) | Inventory | private |
find(ItemId itemId) | Inventory | |
find(ItemId itemId) const | Inventory | inline |
findFreeIndex() const | Inventory | private |
findSpace(Sizei size) const | Inventory | |
findSpace(const Item &item) const | Inventory | inline |
gridRect() const | Inventory | inline |
gridSize() const | Inventory | inline |
Inventory(Sizei gridSize, int capacity) | Inventory | explicit |
Inventory() | Inventory | inline |
InventoryConstEntry | Inventory | friend |
isGridFree(Pointi position, Sizei size) const | Inventory | private |
items(this auto &&self) | Inventory | inline |
items(this auto &&self, ItemId itemId) | Inventory | inline |
MAX_ITEMS | Inventory | static |
reconstruct | Inventory | friend |
reconstruct | Inventory | friend |
size() const | Inventory | inline |
snapshot | Inventory | friend |
snapshot | Inventory | friend |
stash(const Item &item) | Inventory | |
stashAt(const Item &item, int index) | Inventory | private |
take(InventoryEntry entry) | Inventory | |
tryAdd(Pointi position, const Item &item) | Inventory | |
tryAdd(const Item &item) | Inventory | |
tryEquip(ItemSlot slot, const Item &item) | Inventory | |
tryStash(const Item &item) | Inventory |