Public Member Functions | |
| Hotspot (const Common::String &name, int x, int y, int width, int height) | |
Public Member Functions inherited from Grim::PoolObject< Hotspot > | |
| void | setId (int id) |
| int | getId () const override |
| int32 | getTag () const override |
Static Public Member Functions | |
| static int32 | getStaticTag () |
Static Public Member Functions inherited from Grim::PoolObject< Hotspot > | |
| static Pool & | getPool () |
Public Attributes | |
| Common::String | _name |
| int | _x |
| int | _y |
| int | _width |
| int | _height |
| Math::Rect2d | _rect |
Additional Inherited Members | |
Static Protected Member Functions inherited from Grim::PoolObject< Hotspot > | |
| static void | saveStaticState (SaveGame *state) |
| static void | restoreStaticState (SaveGame *state) |