OpenEnroth 4aaa0a0
|
This is the complete list of members for ChestInventory, 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) | ChestInventory | |
add(const Item &item) | ChestInventory | |
addAt(Pointi position, const Item &item, int index) | Inventory | private |
availableRecords(this auto &&self) | Inventory | inlineprivate |
canAdd(Pointi position, Sizei size) const | ChestInventory | |
canAdd(Pointi position, const Item &item) const | ChestInventory | inline |
canAdd(Sizei size) const | ChestInventory | |
canAdd(const Item &item) const | ChestInventory | inline |
canEquip(ItemSlot slot) const | Inventory | private |
canStash() const | ChestInventory | |
capacity() const | ChestInventory | inline |
checkInvariants() const | Inventory | private |
ChestInventory(Sizei size) | ChestInventory | inlineexplicit |
ChestInventory() | ChestInventory | inline |
clear() | ChestInventory | |
entries(this auto &&self) | ChestInventory | inline |
entries(this auto &&self, ItemId itemId) | ChestInventory | inline |
entry(Pointi position) | ChestInventory | |
entry(Pointi position) const | ChestInventory | inline |
entry(ItemSlot slot) | ChestInventory | |
entry(ItemSlot slot) const | ChestInventory | inline |
entry(int index) | ChestInventory | |
entry(int index) const | ChestInventory | inline |
entryAt(int index) | Inventory | inlineprivate |
entryAt(int index) const | Inventory | inlineprivate |
equip(ItemSlot slot, const Item &item) | Inventory | private |
equipAt(ItemSlot slot, const Item &item, int index) | Inventory | private |
equipment(this auto &&self) | Inventory | inlineprivate |
find(ItemId itemId) | ChestInventory | |
find(ItemId itemId) const | ChestInventory | inline |
findFreeIndex() const | Inventory | private |
findSpace(Sizei size) const | ChestInventory | |
findSpace(const Item &item) const | ChestInventory | inline |
functionalEntry(ItemSlot slot) | Inventory | inlineprivate |
functionalEntry(ItemSlot slot) const | Inventory | inlineprivate |
functionalEquipment(this auto &&self) | Inventory | inlineprivate |
gridRect() const | ChestInventory | inline |
gridSize() const | ChestInventory | inline |
Inventory | ChestInventory | friend |
Inventory::Inventory(Sizei gridSize, int capacity) | Inventory | explicitprivate |
isGridFree(Pointi position, Sizei size) const | Inventory | private |
MAX_ITEMS | Inventory | privatestatic |
reconstruct | ChestInventory | friend |
size() const | ChestInventory | inline |
snapshot | ChestInventory | friend |
stash(const Item &item) | ChestInventory | |
stashAt(const Item &item, int index) | Inventory | private |
take(InventoryEntry entry) | ChestInventory | |
tryAdd(Pointi position, const Item &item) | ChestInventory | |
tryAdd(const Item &item) | ChestInventory | |
tryEquip(ItemSlot slot, const Item &item) | Inventory | private |
tryStash(const Item &item) | ChestInventory |