#include <widgets.h>
Public Member Functions | |
StandardWidget (Game *game, Map::MapBase *map) | |
StandardWidget (Game *game, Map::MapBase *map, const Point &pt, Direction dir=DIR_NONE) | |
~StandardWidget () override | |
![]() | |
MapWidget (Game *game, Map::MapBase *map) | |
MapWidget (Game *game, Map::MapBase *map, const Point &pt, Direction dir=DIR_NONE) | |
MapWidget (Game *game, Map::MapBase *map, const Common::String &name, const Point &pt, Direction dir=DIR_NONE) | |
virtual | ~MapWidget () |
virtual const char * | getClassName () const |
virtual void | synchronize (Common::Serializer &s) |
void | addInfoMsg (const Common::String &text, bool newLine=true) |
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) |
Additional Inherited Members | |
![]() | |
enum | CanMove { UNSET = 0, YES = 1, NO = 2 } |
![]() | |
Point | _position |
Direction | _direction |
Common::String | _name |
![]() | |
Game * | _game |
Map::MapBase * | _map |
Base class for widgets on maps other than the dungeons
|
inline |
Constructor
|
inlineoverride |
Destructor