|
| | DungeonWidget (Game *game, Maps::MapBase *map) |
| |
|
| DungeonWidget (Game *game, Maps::MapBase *map, const Point &pt, Direction dir=DIR_NONE) |
| |
|
| DungeonWidget (Game *game, Maps::MapBase *map, const Common::String &name, const Point &pt, Direction dir=DIR_NONE) |
| |
| | ~DungeonWidget () override |
| |
| virtual void | draw (DungeonSurface &s, uint distance)=0 |
| |
| | MapWidget (Game *game, MapBase *map) |
| |
|
| MapWidget (Game *game, MapBase *map, const Point &pt, Direction dir=DIR_NONE) |
| |
|
| MapWidget (Game *game, MapBase *map, const Common::String &name, const Point &pt, Direction dir=DIR_NONE) |
| |
| | ~MapWidget () override |
| |
| virtual const char * | getClassName () const |
| |
| virtual void | synchronize (Common::Serializer &s) |
| |
| void | addInfoMsg (const Common::String &text, bool newLine=true, bool replaceLine=false) |
| |
| virtual uint | getTileNum () const |
| |
| virtual bool | isBlocking () const |
| |
| virtual void | update (bool isPreUpdate) |
| |
| virtual CanMove | canMoveTo (const Point &destPos) |
| |
| virtual void | moveTo (const Point &destPos, Direction dir=DIR_NONE) |
| |
|
virtual ::Ultima::Shared::ClassDef | getType () const |
| |
| bool | isInstanceOf (const ClassDef &classDef) const |
| |
Base class for things that appear within the dungeons