Mana
|
This is the complete list of members for ShopItem, including all inherited members.
addDuplicate(int inventoryIndex, int quantity) | ShopItem | |
doEvent(Event::Type eventType) | Item | |
doEvent(Event::Type eventType, int amount) | Item | |
getCurrentInvIndex() const | ShopItem | inline |
getCurrentQuantity() const | ShopItem | inline |
getDisplayName() const | ShopItem | inline |
getId() const | Item | inline |
getImage() const | Item | inline |
getInfo() const | Item | inline |
getInvIndex() const | Item | inline |
getPrice() const | ShopItem | inline |
getQuantity() const | Item | inline |
increaseQuantity(int amount) | Item | inline |
isEquippable() const | Item | |
isEquipped() const | Item | inline |
Item(int id=-1, int quantity=0, bool equipped=false) | Item | |
mDisplayName | ShopItem | protected |
mDuplicates | ShopItem | protected |
mEquipped | Item | protected |
mId | Item | protected |
mImage | Item | protected |
mInvIndex | Item | protected |
mPrice | ShopItem | protected |
mQuantity | Item | protected |
sellCurrentDuplicate(int quantity) | ShopItem | |
setEquipped(bool equipped) | Item | inline |
setId(int id) | Item | |
setInvIndex(int index) | Item | inline |
setQuantity(int quantity) | Item | inline |
ShopItem(int inventoryIndex, int id, int quantity, int price) | ShopItem | |
~Item()=default | Item | virtual |
~ShopItem() override | ShopItem |