|
| | DungeonPlayer (Shared::Game *game, Shared::Maps::MapBase *map) |
| |
|
| DungeonPlayer (Shared::Game *game, Shared::Maps::MapBase *map, const Point &pt, Shared::Maps::Direction dir=Shared::Maps::DIR_NONE) |
| |
|
| DungeonPlayer (Shared::Game *game, Shared::Maps::MapBase *map, const Common::String &name, const Point &pt, Shared::Maps::Direction dir=Shared::Maps::DIR_NONE) |
| |
| | ~DungeonPlayer () override |
| |
| void | draw (Shared::DungeonSurface &s, uint distance) override |
| |
| CanMove | canMoveTo (const Point &destPos) override |
| |
| | 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 |
| |
| | 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 void | moveTo (const Point &destPos, Direction dir=DIR_NONE) |
| |
|
virtual ::Ultima::Shared::ClassDef | getType () const |
| |
| bool | isInstanceOf (const ClassDef &classDef) const |
| |