Home
last modified time | relevance | path

Searched refs:WidgetInventory (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dwidget_inventory.h38 class WidgetInventory; variable
42 WidgetInventory *_owner;
49 WidgetInventoryTooltip(SherlockEngine *vm, WidgetInventory *owner);
65 WidgetInventory *_owner;
72 WidgetInventoryVerbs(SherlockEngine *vm, WidgetInventory *owner);
83 class WidgetInventory: public WidgetBase {
115 WidgetInventory(SherlockEngine *vm);
116 virtual ~WidgetInventory() {} in ~WidgetInventory()
H A Dwidget_inventory.cpp475 WidgetInventory::WidgetInventory(SherlockEngine *vm) : WidgetBase(vm), in WidgetInventory() function in Sherlock::Tattoo::WidgetInventory
484 void WidgetInventory::load(int mode) { in load()
526 void WidgetInventory::drawBars() { in drawBars()
552 void WidgetInventory::drawInventory() { in drawInventory()
578 void WidgetInventory::handleEvents() { in handleEvents()
752 void WidgetInventory::checkInvTabbingKeys() { in checkInvTabbingKeys()
755 void WidgetInventory::highlightControls() { in highlightControls()
759 void WidgetInventory::banishWindow() { in banishWindow()
765 void WidgetInventory::draw() { in draw()
770 void WidgetInventory::erase() { in erase()
[all …]
H A Dtattoo_user_interface.h63 WidgetInventory _inventoryWidget;
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dwidget_inventory.h38 class WidgetInventory; variable
42 WidgetInventory *_owner;
49 WidgetInventoryTooltip(SherlockEngine *vm, WidgetInventory *owner);
65 WidgetInventory *_owner;
72 WidgetInventoryVerbs(SherlockEngine *vm, WidgetInventory *owner);
83 class WidgetInventory: public WidgetBase {
115 WidgetInventory(SherlockEngine *vm);
116 ~WidgetInventory() override {} in ~WidgetInventory()
H A Dwidget_inventory.cpp475 WidgetInventory::WidgetInventory(SherlockEngine *vm) : WidgetBase(vm), in WidgetInventory() function in Sherlock::Tattoo::WidgetInventory
484 void WidgetInventory::load(int mode) { in load()
526 void WidgetInventory::drawBars() { in drawBars()
552 void WidgetInventory::drawInventory() { in drawInventory()
578 void WidgetInventory::handleEvents() { in handleEvents()
752 void WidgetInventory::checkInvTabbingKeys() { in checkInvTabbingKeys()
755 void WidgetInventory::highlightControls() { in highlightControls()
759 void WidgetInventory::banishWindow() { in banishWindow()
765 void WidgetInventory::draw() { in draw()
770 void WidgetInventory::erase() { in erase()
[all …]
H A Dtattoo_user_interface.h63 WidgetInventory _inventoryWidget;