|
| AirMask (const ItemID, const NeighborhoodID, const RoomID, const DirectionConstant) |
|
void | writeToStream (Common::WriteStream *) override |
|
void | readFromStream (Common::ReadStream *) override |
|
void | setItemState (const ItemState) override |
|
void | putMaskOn () |
|
void | takeMaskOff () |
|
void | toggleItemState () override |
|
void | airQualityChanged () |
|
bool | isAirMaskInUse () |
|
bool | isAirMaskOn () |
|
bool | isAirFilterOn () |
|
void | refillAirMask () |
|
uint | getAirLeft () |
|
void | activateAirMaskHotspots () |
|
void | clickInAirMaskHotspot () |
|
| InventoryItem (const ItemID, const NeighborhoodID, const RoomID, const DirectionConstant) |
|
ItemType | getItemType () override |
|
void | getPanelTimes (TimeValue &, TimeValue &) const |
|
TimeValue | getLeftAreaTime () const |
|
void | setAnimationTime (const TimeValue) |
|
TimeValue | getAnimationTime () const |
|
void | select () override |
|
void | deselect () override |
|
| Item (const ItemID id, const NeighborhoodID neighborhood, const RoomID room, const DirectionConstant direction) |
|
virtual ActorID | getItemOwner () const |
|
virtual void | setItemOwner (const ActorID owner) |
|
void | getItemRoom (NeighborhoodID &neighborhood, RoomID &room, DirectionConstant &direction) const |
|
void | setItemRoom (const NeighborhoodID neighborhood, const RoomID room, const DirectionConstant direction) |
|
NeighborhoodID | getItemNeighborhood () const |
|
virtual WeightType | getItemWeight () |
|
virtual ItemState | getItemState () const |
|
TimeValue | getInfoLeftTime () const |
|
void | getInfoRightTimes (TimeValue &, TimeValue &) const |
|
TimeValue | getSharedAreaTime () const |
|
Sprite * | getDragSprite (const DisplayElementID) const |
|
virtual bool | isSelected () |
|
virtual void | activate () |
|
virtual bool | isActive () |
|
virtual void | pickedUp () |
|
virtual void | dropped () |
|
virtual void | giveUpSharedArea () |
|
virtual void | takeSharedArea () |
|
void | findItemExtra (const uint32 extraID, ItemExtraEntry &entry) |
|
void | reset () |
|
| IDObject (const int32 id) |
|
int32 | getObjectID () const |
|