|
|
| Inventory (LastExpressEngine *engine) |
| |
|
void | addItem (InventoryItem item) |
| |
|
void | removeItem (InventoryItem item, ObjectLocation newLocation=kObjectLocationNone) |
| |
|
bool | hasItem (InventoryItem item) |
| |
|
void | selectItem (InventoryItem item) |
| |
|
void | unselectItem () |
| |
|
InventoryItem | getSelectedItem () |
| |
|
InventoryEntry * | get (InventoryItem item) |
| |
|
InventoryEntry * | getSelectedEntry () |
| |
|
InventoryItem | getFirstExaminableItem () const |
| |
|
void | setLocationAndProcess (InventoryItem item, ObjectLocation location) |
| |
|
void | show () |
| |
|
void | showHourGlass () const |
| |
|
void | setPortrait (InventoryItem item) const |
| |
|
void | drawEgg () const |
| |
|
void | drawBlinkingEgg (uint ticks=1) |
| |
|
void | handleMouseEvent (const Common::Event &ev) |
| |
|
bool | isMagnifierInUse () |
| |
|
bool | isPortraitHighlighted () |
| |
|
bool | isOpened () |
| |
|
bool | isEggHighlighted () |
| |
|
void | saveLoadWithSerializer (Common::Serializer &s) override |
| |
|
void | saveSelectedItem (Common::Serializer &s) |
| |
| Common::String | toString () |
| |
Public Member Functions inherited from LastExpress::EventHandler |
|
virtual void | eventMouse (const Common::Event &ev) |
| |
|
virtual void | eventTick (const Common::Event &ev) |
| |
◆ toString()
Convert this object into a string representation.
- Returns
- A string representation of this object.
The documentation for this class was generated from the following file: