|
void | createInterface () |
|
void | calibrateCompass () |
|
void | calibrateEnergyBar () |
|
void | raiseInventoryDrawerSync () |
|
void | lowerInventoryDrawerSync () |
|
void | raiseBiochipDrawerSync () |
|
void | lowerBiochipDrawerSync () |
|
void | raiseInventoryDrawer (const bool doCallBacks=true) |
|
void | raiseBiochipDrawer (const bool doCallBacks=true) |
|
void | lowerInventoryDrawer (const bool doCallBacks=true) |
|
void | lowerBiochipDrawer (const bool doCallBacks=true) |
|
void | raiseInventoryDrawerForMessage () |
|
void | lowerInventoryDrawerForMessage () |
|
bool | isInventoryUp () |
|
bool | isInventoryDown () |
|
InventoryResult | addInventoryItem (InventoryItem *) |
|
InventoryResult | removeInventoryItem (InventoryItem *) |
|
void | removeAllItemsFromInventory () |
|
InventoryItem * | getCurrentInventoryItem () |
|
void | setCurrentInventoryItem (InventoryItem *) |
|
void | setCurrentInventoryItemID (ItemID) |
|
InventoryResult | addBiochip (BiochipItem *) |
|
void | removeAllItemsFromBiochips () |
|
BiochipItem * | getCurrentBiochip () |
|
void | setCurrentBiochip (BiochipItem *) |
|
void | setCurrentBiochipID (ItemID) |
|
void | setDate (const uint16) |
|
void | playEndMessage () |
|
void | throwAwayInterface () |
|
Public Member Functions inherited from Pegasus::InputHandler |
| InputHandler (InputHandler *) |
|
virtual void | setNextHandler (InputHandler *nextHandler) |
|
virtual InputHandler * | getNextHandler () |
|
virtual void | handleInput (const Input &, const Hotspot *) |
|
virtual void | clickInHotspot (const Input &, const Hotspot *) |
|
virtual void | activateHotspots () |
|
virtual void | updateCursor (const Common::Point, const Hotspot *) |
|
virtual bool | isClickInput (const Input &, const Hotspot *) |
|
virtual bool | wantsCursor () |
|
virtual bool | releaseInputFocus () |
|
virtual void | grabInputFocus () |
|
virtual InputBits | getInputFilter () |
|
virtual InputBits | getClickFilter () |
|
virtual void | allowInput (const bool allow) |
|
|
void | validateBackground () |
|
void | validateDateMonitor () |
|
void | validateCompass () |
|
void | validateNotifications () |
|
void | validateAIArea () |
|
void | validateInventoryPanel () |
|
void | validateBiochipPanel () |
|
void | validateEnergyMonitor () |
|
void | throwAwayBackground () |
|
void | throwAwayDateMonitor () |
|
void | throwAwayCompass () |
|
void | throwAwayNotifications () |
|
void | throwAwayAIArea () |
|
void | throwAwayInventoryPanel () |
|
void | throwAwayBiochipPanel () |
|
void | throwAwayEnergyMonitor () |
|
void | receiveNotification (Notification *, const NotificationFlags) override |
|
void | inventoryLidOpen (const bool doCallBacks) |
|
void | inventoryLidClosed () |
|
void | inventoryDrawerUp () |
|
void | inventoryDrawerDown (const bool doCallBacks) |
|
void | biochipLidOpen (const bool doCallBacks) |
|
void | biochipLidClosed () |
|
void | biochipDrawerUp () |
|
void | biochipDrawerDown (const bool doCallBacks) |
|
virtual void | newNotification (Notification *notification) |
|